| Index: chrome/browser/ui/views/critical_notification_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.h b/chrome/browser/ui/views/critical_notification_bubble_view.h
|
| index 8b769cfc15ed13dd1c62950286d04684aaec5e25..e7b8474aa2f4d7371a956d4bfa34c82794931120 100644
|
| --- a/chrome/browser/ui/views/critical_notification_bubble_view.h
|
| +++ b/chrome/browser/ui/views/critical_notification_bubble_view.h
|
| @@ -57,7 +57,7 @@ class CriticalNotificationBubbleView : public views::BubbleDelegateView,
|
| views::LabelButton* dismiss_button_;
|
|
|
| // A timer to refresh the bubble to show new countdown value.
|
| - base::RepeatingTimer<CriticalNotificationBubbleView> refresh_timer_;
|
| + base::RepeatingTimer refresh_timer_;
|
|
|
| // When the bubble was created.
|
| base::Time bubble_created_;
|
|
|