| Index: ash/system/status_area_widget.cc
|
| diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
|
| index ff9c36b077e93962c10456342debd1d18b02d38b..a22a193d6e6e05c5d18862d3ee8afc254227f6bb 100644
|
| --- a/ash/system/status_area_widget.cc
|
| +++ b/ash/system/status_area_widget.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ash/system/status_area_widget.h"
|
|
|
| +#include "ash/common/wm/wm_root_window_controller.h"
|
| +#include "ash/common/wm/wm_window.h"
|
| #include "ash/shelf/shelf_layout_manager.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| @@ -14,8 +16,6 @@
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/system/web_notification/web_notification_tray.h"
|
| -#include "ash/wm/common/wm_root_window_controller.h"
|
| -#include "ash/wm/common/wm_window.h"
|
| #include "ash/wm/window_properties.h"
|
| #include "base/i18n/time_formatting.h"
|
|
|
|
|