| Index: ash/accelerators/debug_commands.cc
|
| diff --git a/ash/accelerators/debug_commands.cc b/ash/accelerators/debug_commands.cc
|
| index 4ac00cd772e69094966715fec21a894f70cabfb8..541d1283047632186f7660b27d7e5ef5f45fb3a9 100644
|
| --- a/ash/accelerators/debug_commands.cc
|
| +++ b/ash/accelerators/debug_commands.cc
|
| @@ -7,6 +7,7 @@
|
| #include "ash/accelerators/accelerator_commands.h"
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/debug.h"
|
| #include "ash/desktop_background/desktop_background_controller.h"
|
| #include "ash/desktop_background/user_wallpaper_delegate.h"
|
| @@ -145,7 +146,7 @@ void HandleToggleTouchscreen() {
|
|
|
| void HandleToggleToggleTouchView() {
|
| MaximizeModeController* controller =
|
| - Shell::GetInstance()->maximize_mode_controller();
|
| + WmShell::Get()->maximize_mode_controller();
|
| controller->EnableMaximizeModeWindowManager(
|
| !controller->IsMaximizeModeWindowManagerEnabled());
|
| }
|
|
|