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

Unified Diff: ash/system/date/date_view.h

Issue 2064953002: mash: Migrate tray date view to //ash/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trayviews
Patch Set: 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
Index: ash/system/date/date_view.h
diff --git a/ash/system/date/date_view.h b/ash/system/date/date_view.h
index ac8beffe106a77eee62dde729946276739651d19..3a28166a82494953d90700e26e0c2dcba10be119 100644
--- a/ash/system/date/date_view.h
+++ b/ash/system/date/date_view.h
@@ -12,7 +12,7 @@
#include "ash/system/date/tray_date.h"
#include "base/i18n/time_formatting.h"
#include "base/macros.h"
-#include "base/timer/timer.h"
+#include "base/time/time.h"
msw 2016/06/14 00:18:26 Isn't base/timer/timer.h needed for |base::OneShot
James Cook 2016/06/14 16:54:07 Whoops. I put it back and forward-declared base::T
#include "ui/views/view.h"
namespace views {

Powered by Google App Engine
This is Rietveld 408576698