diff options
Diffstat (limited to 'chrome/browser/chromeos/ui/idle_app_name_notification_view.cc')
-rw-r--r-- | chrome/browser/chromeos/ui/idle_app_name_notification_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc index 73b8f65..c9114f0 100644 --- a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc +++ b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc @@ -199,7 +199,7 @@ class IdleAppNameNotificationDelegateView } // A timer which calls us to remove the message from the screen. - base::OneShotTimer<IdleAppNameNotificationDelegateView> hide_timer_; + base::OneShotTimer hide_timer_; // The owner of this message which needs to get notified when the message // closes. |