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

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

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 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/system/chromeos/session/tray_session_length_limit.cc ('k') | ash/system/tray/system_tray_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/date_view.h
diff --git a/ash/system/date/date_view.h b/ash/system/date/date_view.h
index 05d042c0d4415e895b4a33530b27f605cb08eeba..b460a52bfa9d3f3f19c7343be809be9906759bdc 100644
--- a/ash/system/date/date_view.h
+++ b/ash/system/date/date_view.h
@@ -44,7 +44,7 @@ class ASH_EXPORT BaseDateTimeView : public ActionableView {
void OnLocaleChanged() override;
// Invokes UpdateText() when the displayed time should change.
- base::OneShotTimer<BaseDateTimeView> timer_;
+ base::OneShotTimer timer_;
DISALLOW_COPY_AND_ASSIGN(BaseDateTimeView);
};
« no previous file with comments | « ash/system/chromeos/session/tray_session_length_limit.cc ('k') | ash/system/tray/system_tray_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698