diff options
Diffstat (limited to 'chrome/browser/jumplist_win.h')
-rw-r--r-- | chrome/browser/jumplist_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h index 28f751c..5033d270 100644 --- a/chrome/browser/jumplist_win.h +++ b/chrome/browser/jumplist_win.h @@ -170,7 +170,7 @@ class JumpList : public sessions::TabRestoreServiceObserver, ShellLinkItemList recently_closed_pages_; // Timer for requesting delayed updates of the jumplist. - base::OneShotTimer<JumpList> timer_; + base::OneShotTimer timer_; // A list of URLs we need to retrieve their favicons, // protected by the list_lock_. |