| Index: ash/shell/content/client/shell_browser_main_parts.cc
|
| diff --git a/ash/shell/content/client/shell_browser_main_parts.cc b/ash/shell/content/client/shell_browser_main_parts.cc
|
| index 84299c3ce1830400ceb28219502e3985b9fc11b6..e5a807b1518088c6c16af1cbb282d07fa6d65fe1 100644
|
| --- a/ash/shell/content/client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content/client/shell_browser_main_parts.cc
|
| @@ -141,7 +141,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
|
|
| // Initialize the example app list presenter.
|
| example_app_list_presenter_ = base::MakeUnique<ExampleAppListPresenter>();
|
| - WmShell::Get()->app_list()->SetAppListPresenter(
|
| + Shell::Get()->app_list()->SetAppListPresenter(
|
| example_app_list_presenter_->CreateInterfacePtrAndBind());
|
|
|
| ash::Shell::GetPrimaryRootWindow()->GetHost()->Show();
|
|
|