| Index: apps/custom_launcher_page_contents.cc
|
| diff --git a/apps/custom_launcher_page_contents.cc b/apps/custom_launcher_page_contents.cc
|
| index 7a2f4b2b06e0885975f6ebd9daa60c250b7c27bd..37e7125f38fea3cd6df678050a0d7263e37ebee9 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());
|
| }
|
|
|
|
|