| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 225017862119075632c283bc75c518958b61c5ac..2c6b0917bbe0f5d9b3d6515bcb8767b8372d4b43 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -25,6 +25,7 @@
|
| #include "ash/common/shell_delegate.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/locale/locale_notification_controller.h"
|
| +#include "ash/common/system/status_area_widget.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| #include "ash/common/wm/maximize_mode/maximize_mode_window_manager.h"
|
| @@ -62,7 +63,6 @@
|
| #include "ash/shelf/shelf_window_watcher.h"
|
| #include "ash/shell_factory.h"
|
| #include "ash/shell_init_params.h"
|
| -#include "ash/system/status_area_widget.h"
|
| #include "ash/system/toast/toast_manager.h"
|
| #include "ash/utility/screenshot_controller.h"
|
| #include "ash/wm/ash_focus_rules.h"
|
|
|