Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2031)

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698