| Index: ash/system/tray/system_tray.h
|
| diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
|
| index da3b780df9f8a652ef3e284e99ebe6813ff3cdec..0bb4e657e5a821ebf70467ff5d2db7a9429d8963 100644
|
| --- a/ash/system/tray/system_tray.h
|
| +++ b/ash/system/tray/system_tray.h
|
| @@ -12,7 +12,6 @@
|
| #include "ash/ash_export.h"
|
| #include "ash/common/system/tray/system_tray_bubble.h"
|
| #include "ash/common/system/tray/tray_background_view.h"
|
| -#include "ash/system/cast/tray_cast.h"
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "ui/views/bubble/tray_bubble_view.h"
|
| @@ -26,6 +25,7 @@ class SystemBubbleWrapper;
|
| class SystemTrayDelegate;
|
| class SystemTrayItem;
|
| class TrayAccessibility;
|
| +class TrayCast;
|
| class TrayDate;
|
| class TrayUpdate;
|
| class TrayUser;
|
|
|