| 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 1f4ae7a37cb6bf2c712ee320188b4287d9b1d29f..c2f7fc65d1a7f47f7155a641e47078120889c1f0 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| @@ -217,7 +217,7 @@ void PasswordGenerationPopupControllerImpl::OnSavedPasswordsLinkClicked() {
|
| chrome::FindBrowserWithWebContents(controller_common_.web_contents());
|
| content::OpenURLParams params(
|
| GURL(chrome::kPasswordManagerAccountDashboardURL), content::Referrer(),
|
| - NEW_FOREGROUND_TAB, content::PAGE_TRANSITION_LINK, false);
|
| + NEW_FOREGROUND_TAB, ui::PAGE_TRANSITION_LINK, false);
|
| browser->OpenURL(params);
|
| }
|
|
|
|
|