diff options
Diffstat (limited to 'ash/display/resolution_notification_controller.cc')
-rw-r--r-- | ash/display/resolution_notification_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/display/resolution_notification_controller.cc b/ash/display/resolution_notification_controller.cc index 603d480..28e8d0d 100644 --- a/ash/display/resolution_notification_controller.cc +++ b/ash/display/resolution_notification_controller.cc @@ -121,7 +121,7 @@ struct ResolutionNotificationController::ResolutionChangeInfo { // The timer to invoke OnTimerTick() every second. This cannot be // OneShotTimer since the message contains text "automatically closed in xx // seconds..." which has to be updated every second. - base::RepeatingTimer<ResolutionNotificationController> timer; + base::RepeatingTimer timer; private: DISALLOW_COPY_AND_ASSIGN(ResolutionChangeInfo); |