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

Unified Diff: ash/common/system/date/system_info_default_view.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/date_default_view.cc ('k') | ash/common/system/date/system_info_default_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/date/system_info_default_view.h
diff --git a/ash/common/system/date/system_info_default_view.h b/ash/common/system/date/system_info_default_view.h
index ace777b7f3a39790b92b413641703ce6d581d55f..95fcb010f22370cee5c96b0b6e457722e633302c 100644
--- a/ash/common/system/date/system_info_default_view.h
+++ b/ash/common/system/date/system_info_default_view.h
@@ -11,9 +11,7 @@
#include "ui/views/view.h"
namespace ash {
-#if defined(OS_CHROMEOS)
class PowerStatusView;
-#endif // defined(OS_CHROMEOS)
class SystemTrayItem;
class TriView;
@@ -48,9 +46,7 @@ class ASH_EXPORT SystemInfoDefaultView : public views::View {
tray::DateView* date_view_;
-#if defined(OS_CHROMEOS)
PowerStatusView* power_status_view_ = nullptr;
-#endif // defined(OS_CHROMEOS)
TriView* tri_view_;
« no previous file with comments | « ash/common/system/date/date_default_view.cc ('k') | ash/common/system/date/system_info_default_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698