| Index: ash/accelerators/accelerator_controller.cc
|
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
|
| index dbc9d21e995889a843b1423f6068649bd1819450..13b422265bcd4394c76d0a9f2d84f749c80fccda 100644
|
| --- a/ash/accelerators/accelerator_controller.cc
|
| +++ b/ash/accelerators/accelerator_controller.cc
|
| @@ -23,7 +23,9 @@
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/brightness_control_delegate.h"
|
| #include "ash/common/system/keyboard_brightness_control_delegate.h"
|
| +#include "ash/common/system/status_area_widget.h"
|
| #include "ash/common/system/system_notifier.h"
|
| +#include "ash/common/system/tray/system_tray.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/system_tray_notifier.h"
|
| #include "ash/common/system/volume_control_delegate.h"
|
| @@ -50,8 +52,6 @@
|
| #include "ash/shelf/shelf_delegate.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| -#include "ash/system/status_area_widget.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"
|
|
|