| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index 9e7eb0f199825f9d06cec8a590b1e6002830048f..420fd2daafaaa4622c458ff1b1c9563d97be44df 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -11,6 +11,7 @@
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/system/user/login_status.h"
|
| +#include "ash/system/power/power_supply_status.h"
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/string16.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| @@ -65,8 +66,6 @@ struct ASH_EXPORT IMEInfo {
|
|
|
| typedef std::vector<IMEInfo> IMEInfoList;
|
|
|
| -struct PowerSupplyStatus;
|
| -
|
| class SystemTrayDelegate {
|
| public:
|
| virtual ~SystemTrayDelegate() {}
|
|
|