| Index: chrome/browser/jumplist_win.h
|
| diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h
|
| index 951ae57ad8714113fdc7c77be5f3d04536e794c2..fe663ac794c7efa956f4bfff6c5c0b1afd86563e 100644
|
| --- a/chrome/browser/jumplist_win.h
|
| +++ b/chrome/browser/jumplist_win.h
|
| @@ -169,7 +169,7 @@ class JumpList : public 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_.
|
|
|