| Index: ash/wm/power_button_controller.cc
|
| diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc
|
| index 6fc2e40375a82e31fd3fe843c0d4493b29241f31..0f88c8dc6ae523d350d70d5fb0b47e42af476c10 100644
|
| --- a/ash/wm/power_button_controller.cc
|
| +++ b/ash/wm/power_button_controller.cc
|
| @@ -4,10 +4,9 @@
|
|
|
| #include "ash/wm/power_button_controller.h"
|
|
|
| -#include "ash/common/accelerators/accelerator_controller.h"
|
| +#include "ash/accelerators/accelerator_controller.h"
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/shell.h"
|
| @@ -15,6 +14,7 @@
|
| #include "ash/system/power/tablet_power_button_controller.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/wm/lock_state_controller.h"
|
| +#include "ash/wm/maximize_mode/maximize_mode_controller.h"
|
| #include "ash/wm/session_state_animator.h"
|
| #include "base/command_line.h"
|
| #include "chromeos/audio/cras_audio_handler.h"
|
|
|