summaryrefslogtreecommitdiffstats
path: root/apps/custom_launcher_page_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/custom_launcher_page_contents.cc')
-rw-r--r--apps/custom_launcher_page_contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/custom_launcher_page_contents.cc b/apps/custom_launcher_page_contents.cc
index 7a2f4b2..37e7125 100644
--- a/apps/custom_launcher_page_contents.cc
+++ b/apps/custom_launcher_page_contents.cc
@@ -56,7 +56,7 @@ void CustomLauncherPageContents::Initialize(content::BrowserContext* context,
web_contents_->GetController().LoadURL(url,
content::Referrer(),
- content::PAGE_TRANSITION_AUTO_TOPLEVEL,
+ ui::PAGE_TRANSITION_AUTO_TOPLEVEL,
std::string());
}