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

Unified Diff: extensions/browser/extension_host.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: extensions/browser/extension_host.cc
diff --git a/extensions/browser/extension_host.cc b/extensions/browser/extension_host.cc
index 3920e479cfafa55d85302672f9479c637de520ee..cd5970b3e323bd59ce83bb26138026888589a3e0 100644
--- a/extensions/browser/extension_host.cc
+++ b/extensions/browser/extension_host.cc
@@ -200,7 +200,7 @@ const GURL& ExtensionHost::GetURL() const {
void ExtensionHost::LoadInitialURL() {
host_contents_->GetController().LoadURL(
- initial_url_, content::Referrer(), content::PAGE_TRANSITION_LINK,
+ initial_url_, content::Referrer(), ui::PAGE_TRANSITION_LINK,
std::string());
}
« no previous file with comments | « extensions/browser/app_window/app_window_contents.cc ('k') | extensions/browser/guest_view/app_view/app_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698