Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: ash/common/system/date/tray_system_info.h

Issue 2591553002: Remove non-cros support from ash/common/system. (Closed)
Patch Set: jc review + rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/date/tray_date.cc ('k') | ash/common/system/date/tray_system_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ash/common/system/date/tray_date.cc ('k') | ash/common/system/date/tray_system_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698