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

Unified Diff: components/update_client/background_downloader_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
Index: components/update_client/background_downloader_win.h
diff --git a/components/update_client/background_downloader_win.h b/components/update_client/background_downloader_win.h
index 59113f4bbfbe49c81c6b62793acc68566863104d..459e6773fbc81513381e7b22360b034dd696ae1e 100644
--- a/components/update_client/background_downloader_win.h
+++ b/components/update_client/background_downloader_win.h
@@ -93,7 +93,7 @@ class BackgroundDownloader : public CrxDownloader {
// The timer and the BITS interface pointers have thread affinity. These
// members are initialized on the task runner and they must be destroyed
// on the task runner.
- scoped_ptr<base::RepeatingTimer<BackgroundDownloader>> timer_;
+ scoped_ptr<base::RepeatingTimer> timer_;
base::win::ScopedComPtr<IBackgroundCopyManager> bits_manager_;
base::win::ScopedComPtr<IBackgroundCopyJob> job_;
« no previous file with comments | « components/sync_driver/sync_stopped_reporter.h ('k') | components/update_client/background_downloader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698