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); |
}; |