| Index: chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| index 83bb3f34a55b778db3229ef979f9c246b0fa4aaa..17debce503162e116c6e9e3ad900dc1b6eeabfdf 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| @@ -116,7 +116,7 @@ class ZoomBubbleView : public ManagedFullScreenBubbleDelegateView,
|
| static ZoomBubbleView* zoom_bubble_;
|
|
|
| // Timer used to close the bubble when |auto_close_| is true.
|
| - base::OneShotTimer<ZoomBubbleView> timer_;
|
| + base::OneShotTimer timer_;
|
|
|
| // Image button in the zoom bubble that will show the |extension_icon_| image
|
| // if an extension initiated the zoom change, and links to that extension at
|
|
|