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

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

Issue 2061123004: mash: Move //ash/system/date to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uma
Patch Set: rebase again Created 4 years, 6 months 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_view_unittest.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/system/date/tray_date.h b/ash/common/system/date/tray_date.h
similarity index 94%
rename from ash/system/date/tray_date.h
rename to ash/common/system/date/tray_date.h
index 23a792c4932192b10ace146c74d49c8668fb810d..e062faea4938f993fae75cd49350625673cd7f5d 100644
--- a/ash/system/date/tray_date.h
+++ b/ash/common/system/date/tray_date.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_DATE_TRAY_DATE_H_
-#define ASH_SYSTEM_DATE_TRAY_DATE_H_
+#ifndef ASH_COMMON_SYSTEM_DATE_TRAY_DATE_H_
+#define ASH_COMMON_SYSTEM_DATE_TRAY_DATE_H_
#include <memory>
@@ -83,4 +83,4 @@ class ASH_EXPORT TrayDate : public SystemTrayItem, public ClockObserver {
} // namespace ash
-#endif // ASH_SYSTEM_DATE_TRAY_DATE_H_
+#endif // ASH_COMMON_SYSTEM_DATE_TRAY_DATE_H_
« no previous file with comments | « ash/common/system/date/date_view_unittest.cc ('k') | ash/common/system/date/tray_date.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698