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

Unified Diff: chrome/browser/ui/auto_login_infobar_delegate.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/auto_login_infobar_delegate.cc
diff --git a/chrome/browser/ui/auto_login_infobar_delegate.cc b/chrome/browser/ui/auto_login_infobar_delegate.cc
index b0d854d2b40c1f02055ea6faf44dbe47cba1b8f9..18bc3fa43bdbf698171adf84cb08a09cac68e416 100644
--- a/chrome/browser/ui/auto_login_infobar_delegate.cc
+++ b/chrome/browser/ui/auto_login_infobar_delegate.cc
@@ -118,7 +118,7 @@ void AutoLoginRedirector::RedirectToMergeSession(const std::string& token) {
web_contents()->GetController().LoadURL(
GaiaUrls::GetInstance()->merge_session_url().Resolve(
"?source=chrome&uberauth=" + token + "&" + args_),
- content::Referrer(), content::PAGE_TRANSITION_AUTO_BOOKMARK,
+ content::Referrer(), ui::PAGE_TRANSITION_AUTO_BOOKMARK,
std::string());
}

Powered by Google App Engine
This is Rietveld 408576698