Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1721)

Unified Diff: chrome/browser/jumplist_win.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/browser/media/android/remote/remote_media_player_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_.
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/browser/media/android/remote/remote_media_player_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698