| Index: chrome/browser/jumplist_win.h
|
| diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h
|
| index 28f751c48e63b4ac0287135c3e50176f0437c8d7..5033d2707a06897e70c536126a3faa74203042d4 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_.
|
|
|