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

Unified Diff: chrome/browser/platform_util_chromeos.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/platform_util_chromeos.cc
diff --git a/chrome/browser/platform_util_chromeos.cc b/chrome/browser/platform_util_chromeos.cc
index fc1a47690c6f0ec1719e5e6201fe847b2f21b57a..aad0b73602f9396699b2ae1b17ebdf69b738a162 100644
--- a/chrome/browser/platform_util_chromeos.cc
+++ b/chrome/browser/platform_util_chromeos.cc
@@ -42,7 +42,7 @@ void OpenExternal(Profile* profile, const GURL& url) {
// this function directly and which would therefore break (e.g.
// "Browser::EmailPageLocation" (to name only one).
// As such we should keep this code here.
- chrome::NavigateParams params(profile, url, content::PAGE_TRANSITION_LINK);
+ chrome::NavigateParams params(profile, url, ui::PAGE_TRANSITION_LINK);
params.disposition = NEW_FOREGROUND_TAB;
params.host_desktop_type = chrome::HOST_DESKTOP_TYPE_ASH;
« no previous file with comments | « chrome/browser/pepper_broker_infobar_delegate.cc ('k') | chrome/browser/plugins/plugin_infobar_delegates.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698