| 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 a18f74817c37893e669e06791811c9354931083a..0fb79f72773ce5612743530c54593b36c630ba26 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -687,7 +687,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_;
|
|
|
|
|