| Index: ash/system/status_area_widget.cc
|
| diff --git a/ash/common/system/status_area_widget.cc b/ash/system/status_area_widget.cc
|
| similarity index 90%
|
| rename from ash/common/system/status_area_widget.cc
|
| rename to ash/system/status_area_widget.cc
|
| index 3c66000cc01370b64b51649e41d76620c5f2faeb..6cbd6b266fcf4ddb95d26cab95dda908926d4463 100644
|
| --- a/ash/common/system/status_area_widget.cc
|
| +++ b/ash/system/status_area_widget.cc
|
| @@ -2,24 +2,24 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/status_area_widget.h"
|
| -
|
| -#include "ash/common/material_design/material_design_controller.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/system/chromeos/ime_menu/ime_menu_tray.h"
|
| -#include "ash/common/system/chromeos/palette/palette_tray.h"
|
| -#include "ash/common/system/chromeos/palette/palette_utils.h"
|
| -#include "ash/common/system/chromeos/session/logout_button_tray.h"
|
| -#include "ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h"
|
| -#include "ash/common/system/overview/overview_button_tray.h"
|
| -#include "ash/common/system/status_area_widget_delegate.h"
|
| -#include "ash/common/system/tray/system_tray.h"
|
| -#include "ash/common/system/tray/system_tray_delegate.h"
|
| -#include "ash/common/system/web_notification/web_notification_tray.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/system/status_area_widget.h"
|
| +
|
| +#include "ash/material_design/material_design_controller.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| +#include "ash/system/ime_menu/ime_menu_tray.h"
|
| +#include "ash/system/overview/overview_button_tray.h"
|
| +#include "ash/system/palette/palette_tray.h"
|
| +#include "ash/system/palette/palette_utils.h"
|
| +#include "ash/system/session/logout_button_tray.h"
|
| +#include "ash/system/status_area_widget_delegate.h"
|
| +#include "ash/system/tray/system_tray.h"
|
| +#include "ash/system/tray/system_tray_delegate.h"
|
| +#include "ash/system/virtual_keyboard/virtual_keyboard_tray.h"
|
| +#include "ash/system/web_notification/web_notification_tray.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/i18n/time_formatting.h"
|
| #include "ui/display/display.h"
|
| #include "ui/native_theme/native_theme_dark_aura.h"
|
|
|