| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 35227cb0f4bc85a16dd6dff3989d8434143a9bf0..e3c58bb96b01085207451b5a811dc11d8d83f49d 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -10,6 +10,7 @@
|
| #include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| #include "ash/common/shell_window_ids.h"
|
| +#include "ash/common/system/cast/tray_cast.h"
|
| #include "ash/common/system/date/tray_date.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/system_tray_item.h"
|
| @@ -23,7 +24,6 @@
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| -#include "ash/system/cast/tray_cast.h"
|
| #include "ash/system/user/tray_user.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| @@ -46,6 +46,8 @@
|
| #if defined(OS_CHROMEOS)
|
| #include "ash/common/system/chromeos/power/power_status.h"
|
| #include "ash/common/system/chromeos/power/tray_power.h"
|
| +#include "ash/common/system/chromeos/screen_security/screen_capture_tray_item.h"
|
| +#include "ash/common/system/chromeos/screen_security/screen_share_tray_item.h"
|
| #include "ash/common/system/chromeos/session/tray_session_length_limit.h"
|
| #include "ash/common/system/chromeos/settings/tray_settings.h"
|
| #include "ash/common/system/chromeos/tray_tracing.h"
|
| @@ -59,8 +61,6 @@
|
| #include "ash/system/chromeos/network/tray_sms.h"
|
| #include "ash/system/chromeos/network/tray_vpn.h"
|
| #include "ash/system/chromeos/rotation/tray_rotation_lock.h"
|
| -#include "ash/system/chromeos/screen_security/screen_capture_tray_item.h"
|
| -#include "ash/system/chromeos/screen_security/screen_share_tray_item.h"
|
| #include "ash/system/chromeos/supervised/tray_supervised_user.h"
|
| #include "ash/system/chromeos/tray_caps_lock.h"
|
| #include "ash/system/chromeos/tray_display.h"
|
|
|