Index: chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h |
diff --git a/chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h b/chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h |
index 0b844dc2ee7651dc3a5319ee90033f1292703af1..886f82af3acae3999e60bc053b9c5e937de3377c 100644 |
--- a/chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h |
+++ b/chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h |
@@ -45,7 +45,7 @@ class KioskModeIdleAppNameNotification : public ui::UserActivityObserver, |
// Invoked by |timer_| to display the application idle message. |
void OnTimeout(); |
- base::OneShotTimer<KioskModeIdleAppNameNotification> timer_; |
+ base::OneShotTimer timer_; |
// If set the notification should get shown upon next user activity. |
bool show_notification_upon_next_user_activity_; |