| Index: ash/common/system/date/tray_system_info.h
|
| diff --git a/ash/common/system/date/tray_system_info.h b/ash/common/system/date/tray_system_info.h
|
| index 05317b2b475b43fadc484f8d06be73093538146a..7d5faa4278793493d7adb6dbc7839d1059ef5fc7 100644
|
| --- a/ash/common/system/date/tray_system_info.h
|
| +++ b/ash/common/system/date/tray_system_info.h
|
| @@ -5,9 +5,7 @@
|
| #ifndef ASH_COMMON_SYSTEM_DATE_TRAY_SYSTEM_INFO_H_
|
| #define ASH_COMMON_SYSTEM_DATE_TRAY_SYSTEM_INFO_H_
|
|
|
| -#if defined(OS_CHROMEOS)
|
| #include <memory>
|
| -#endif // defined(OS_CHROMEOS)
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/login_status.h"
|
| @@ -20,10 +18,8 @@ class Label;
|
| }
|
|
|
| namespace ash {
|
| -class SystemInfoDefaultView;
|
| -#if defined(OS_CHROMEOS)
|
| class SystemClockObserver;
|
| -#endif
|
| +class SystemInfoDefaultView;
|
|
|
| namespace tray {
|
| class TimeView;
|
| @@ -61,9 +57,7 @@ class ASH_EXPORT TraySystemInfo : public SystemTrayItem, public ClockObserver {
|
| SystemInfoDefaultView* default_view_;
|
| LoginStatus login_status_;
|
|
|
| -#if defined(OS_CHROMEOS)
|
| std::unique_ptr<SystemClockObserver> system_clock_observer_;
|
| -#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TraySystemInfo);
|
| };
|
|
|