| Index: ash/accelerators/accelerator_controller_delegate_aura.cc
|
| diff --git a/ash/accelerators/accelerator_controller_delegate_aura.cc b/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| index d72cb56c68ec4cc20bc60732ac355992fee36bdf..451ffe05697777222f95b18d7d4787724223c5f3 100644
|
| --- a/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| +++ b/ash/accelerators/accelerator_controller_delegate_aura.cc
|
| @@ -15,6 +15,8 @@
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/shell_delegate.h"
|
| +#include "ash/common/system/system_notifier.h"
|
| +#include "ash/common/system/tray/system_tray.h"
|
| #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| #include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm/wm_event.h"
|
| @@ -29,8 +31,6 @@
|
| #include "ash/rotator/window_rotation.h"
|
| #include "ash/screenshot_delegate.h"
|
| #include "ash/shell.h"
|
| -#include "ash/system/system_notifier.h"
|
| -#include "ash/system/tray/system_tray.h"
|
| #include "ash/touch/touch_hud_debug.h"
|
| #include "ash/utility/screenshot_controller.h"
|
| #include "ash/wm/power_button_controller.h"
|
|
|