| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| index 4a4004fbd5e7503884d3662ef547c028f411bb6d..6b99bf13e721fd50339910cb95002190283289cd 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| @@ -277,13 +277,11 @@ PasswordGenerationPopupControllerImpl::GetSuggestions() {
|
| }
|
|
|
| #if !defined(OS_ANDROID)
|
| -int PasswordGenerationPopupControllerImpl::GetElidedValueWidthForRow(
|
| - size_t row) {
|
| +int PasswordGenerationPopupControllerImpl::GetElidedValueWidthForRow(int row) {
|
| return 0;
|
| }
|
|
|
| -int PasswordGenerationPopupControllerImpl::GetElidedLabelWidthForRow(
|
| - size_t row) {
|
| +int PasswordGenerationPopupControllerImpl::GetElidedLabelWidthForRow(int row) {
|
| return 0;
|
| }
|
| #endif
|
|
|