| Index: ash/common/system/tray/system_tray.cc
|
| diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc
|
| index 4472185561ec7750f528f62932222ef51c6752d8..6c5bc5cd70c3b410ceca1d6cc739837d24437d95 100644
|
| --- a/ash/common/system/tray/system_tray.cc
|
| +++ b/ash/common/system/tray/system_tray.cc
|
| @@ -10,7 +10,6 @@
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| -#include "ash/common/system/cast/tray_cast.h"
|
| #include "ash/common/system/date/tray_date.h"
|
| #include "ash/common/system/date/tray_system_info.h"
|
| #include "ash/common/system/tiles/tray_tiles.h"
|
| @@ -53,6 +52,7 @@
|
| #include "ash/common/system/chromeos/audio/tray_audio_chromeos.h"
|
| #include "ash/common/system/chromeos/bluetooth/tray_bluetooth.h"
|
| #include "ash/common/system/chromeos/brightness/tray_brightness.h"
|
| +#include "ash/common/system/chromeos/cast/tray_cast.h"
|
| #include "ash/common/system/chromeos/enterprise/tray_enterprise.h"
|
| #include "ash/common/system/chromeos/media_security/multi_profile_media_tray_item.h"
|
| #include "ash/common/system/chromeos/network/tray_network.h"
|
|
|