Index: ash/system/chromeos/session/tray_session_length_limit.h |
diff --git a/ash/system/chromeos/session/tray_session_length_limit.h b/ash/system/chromeos/session/tray_session_length_limit.h |
index 8afe5aa85dbd20a9be57ec114c6f4bfcdb281afe..fcfe3c7116951e29d2b1ea695b2e3141014f806a 100644 |
--- a/ash/system/chromeos/session/tray_session_length_limit.h |
+++ b/ash/system/chromeos/session/tray_session_length_limit.h |
@@ -69,7 +69,7 @@ public: |
LimitState last_limit_state_; // State of last notification update. |
LabelTrayView* tray_bubble_view_; |
- scoped_ptr<base::RepeatingTimer<TraySessionLengthLimit> > timer_; |
+ scoped_ptr<base::RepeatingTimer> timer_; |
DISALLOW_COPY_AND_ASSIGN(TraySessionLengthLimit); |
}; |