| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 28a2a56ffd464e0bf4b426aff031f83827968e8e..9b9136bbf569c715ca92b8be232553723dd5a493 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -686,7 +686,7 @@ class BrowserView : public BrowserWindow,
|
| #endif
|
|
|
| // The timer used to update frames for the Loading Animation.
|
| - base::RepeatingTimer<BrowserView> loading_animation_timer_;
|
| + base::RepeatingTimer loading_animation_timer_;
|
|
|
| views::UnhandledKeyboardEventHandler unhandled_keyboard_event_handler_;
|
|
|
|
|