| 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..104d612dd7877cead0d573f7c6cd46fcc22d069e 100644
|
| --- a/ash/wm/power_button_controller.cc
|
| +++ b/ash/wm/power_button_controller.cc
|
| @@ -7,13 +7,13 @@
|
| #include "ash/common/accelerators/accelerator_controller.h"
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/system/chromeos/audio/tray_audio.h"
|
| +#include "ash/common/system/tray/system_tray.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"
|
| -#include "ash/system/audio/tray_audio.h"
|
| -#include "ash/system/power/tablet_power_button_controller.h"
|
| -#include "ash/system/tray/system_tray.h"
|
| +#include "ash/system/chromeos/power/tablet_power_button_controller.h"
|
| #include "ash/wm/lock_state_controller.h"
|
| #include "ash/wm/session_state_animator.h"
|
| #include "base/command_line.h"
|
|
|