| Index: chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
|
| 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 73b8f6524447304bb0b2ea3e7542b4664b6c42b2..c9114f0ea4bb9efe904ed4ad2725e4e650393e5c 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.
|
|
|