| Index: ash/app_list/app_list_presenter_delegate.cc
|
| diff --git a/ash/app_list/app_list_presenter_delegate.cc b/ash/app_list/app_list_presenter_delegate.cc
|
| index 56166e462f7a7df93818b92c7b9998b1d95ad7ef..485274049f4be4d5d4680d6f6719e5f86c4feab9 100644
|
| --- a/ash/app_list/app_list_presenter_delegate.cc
|
| +++ b/ash/app_list/app_list_presenter_delegate.cc
|
| @@ -157,7 +157,7 @@ void AppListPresenterDelegate::Init(app_list::AppListView* view,
|
| Shelf::ForWindow(container)->GetAppListButton();
|
| is_centered_ = view->ShouldCenterWindow();
|
| bool is_fullscreen = IsFullscreenAppListEnabled() &&
|
| - Shell::GetInstance()
|
| + WmShell::Get()
|
| ->maximize_mode_controller()
|
| ->IsMaximizeModeWindowManagerEnabled();
|
| if (is_fullscreen) {
|
|
|