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

Unified Diff: ash/common/system/date/tray_date.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/system_info_default_view.cc ('k') | ash/common/system/date/tray_date.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/date/tray_date.h
diff --git a/ash/common/system/date/tray_date.h b/ash/common/system/date/tray_date.h
index 87f00b254f63b090095cc425bb4f91bf700252aa..bf25e617d664215d13204e01b3d032189d827a3d 100644
--- a/ash/common/system/date/tray_date.h
+++ b/ash/common/system/date/tray_date.h
@@ -15,9 +15,7 @@
namespace ash {
class DateDefaultView;
-#if defined(OS_CHROMEOS)
class SystemClockObserver;
-#endif
namespace tray {
class TimeView;
@@ -68,9 +66,7 @@ class ASH_EXPORT TrayDate : public SystemTrayItem, public ClockObserver {
DateDefaultView* default_view_;
LoginStatus login_status_;
-#if defined(OS_CHROMEOS)
std::unique_ptr<SystemClockObserver> system_clock_observer_;
-#endif
DISALLOW_COPY_AND_ASSIGN(TrayDate);
};
« no previous file with comments | « ash/common/system/date/system_info_default_view.cc ('k') | ash/common/system/date/tray_date.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698