| Index: chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| index 33e4802e193f90d32ca26b495aa8b296a2c9c39f..0bc76a8002097e3b448428e591d40d752bcf285f 100644
|
| --- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| +++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| @@ -251,7 +251,9 @@ void PasswordGenerationPopupViewViews::OnPaint(gfx::Canvas* canvas) {
|
| }
|
|
|
| void PasswordGenerationPopupViewViews::StyledLabelLinkClicked(
|
| - const gfx::Range& range, int event_flags) {
|
| + views::StyledLabel& label,
|
| + const gfx::Range& range,
|
| + int event_flags) {
|
| controller_->OnSavedPasswordsLinkClicked();
|
| }
|
|
|
|
|