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

Unified Diff: components/sync_driver/sync_stopped_reporter.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/sync_driver/sync_stopped_reporter.h
diff --git a/components/sync_driver/sync_stopped_reporter.h b/components/sync_driver/sync_stopped_reporter.h
index c4bd8cfc37e1d32f73f3d80371788c25e8824c8d..6ae1d2b02c1bb4d9dd545fdb47938b59db9b1041 100644
--- a/components/sync_driver/sync_stopped_reporter.h
+++ b/components/sync_driver/sync_stopped_reporter.h
@@ -54,7 +54,7 @@ class SyncStoppedReporter : public net::URLFetcherDelegate {
void OnTimeout();
// Handles timing out requests.
- base::OneShotTimer<SyncStoppedReporter> timer_;
+ base::OneShotTimer timer_;
// The URL for the sync server's event RPC.
const GURL sync_event_url_;
« no previous file with comments | « components/sync_driver/model_association_manager.cc ('k') | components/update_client/background_downloader_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698