| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 68498865297366174599a5db7070e23688405908..90c62c0b85af397d0abb5a33da500ac9527fdbff 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -28,6 +28,11 @@
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/shell_delegate.h"
|
| +#include "ash/common/system/chromeos/bluetooth/bluetooth_notification_controller.h"
|
| +#include "ash/common/system/chromeos/network/sms_observer.h"
|
| +#include "ash/common/system/chromeos/power/power_status.h"
|
| +#include "ash/common/system/status_area_widget.h"
|
| +#include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/wallpaper/wallpaper_delegate.h"
|
| #include "ash/common/wm/container_finder.h"
|
| #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| @@ -63,14 +68,9 @@
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell_init_params.h"
|
| #include "ash/sticky_keys/sticky_keys_controller.h"
|
| -#include "ash/system/bluetooth/bluetooth_notification_controller.h"
|
| -#include "ash/system/network/sms_observer.h"
|
| -#include "ash/system/power/power_event_observer.h"
|
| -#include "ash/system/power/power_status.h"
|
| -#include "ash/system/power/video_activity_notifier.h"
|
| -#include "ash/system/screen_layout_observer.h"
|
| -#include "ash/system/status_area_widget.h"
|
| -#include "ash/system/tray/system_tray_delegate.h"
|
| +#include "ash/system/chromeos/power/power_event_observer.h"
|
| +#include "ash/system/chromeos/power/video_activity_notifier.h"
|
| +#include "ash/system/chromeos/screen_layout_observer.h"
|
| #include "ash/touch/ash_touch_transform_controller.h"
|
| #include "ash/utility/screenshot_controller.h"
|
| #include "ash/virtual_keyboard_controller.h"
|
|
|