| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| index 9ead2d58985c644e7486c4e6a99823c7364a3f22..108ad97dd1af472cecad8b03806591ca11818368 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| @@ -106,8 +106,8 @@ class PasswordGenerationPopupControllerImpl
|
| bool IsRTL() const override;
|
| const std::vector<autofill::Suggestion> GetSuggestions() override;
|
| #if !defined(OS_ANDROID)
|
| - int GetElidedValueWidthForRow(size_t row) override;
|
| - int GetElidedLabelWidthForRow(size_t row) override;
|
| + int GetElidedValueWidthForRow(int row) override;
|
| + int GetElidedLabelWidthForRow(int row) override;
|
| #endif
|
|
|
| bool display_password() const override;
|
|
|