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

Unified Diff: components/rappor/log_uploader.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 | « components/proximity_auth/remote_device_life_cycle_impl.h ('k') | components/rappor/rappor_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/log_uploader.h
diff --git a/components/rappor/log_uploader.h b/components/rappor/log_uploader.h
index 8037b9539d823598ded9be55e857c4b60ca05d1f..e1eba5b3cee949f4fc78e959700b6ed935d28176 100644
--- a/components/rappor/log_uploader.h
+++ b/components/rappor/log_uploader.h
@@ -96,7 +96,7 @@ class LogUploader : public net::URLFetcherDelegate,
std::queue<std::string> queued_logs_;
// A timer used to delay before attempting another upload.
- base::OneShotTimer<LogUploader> upload_timer_;
+ base::OneShotTimer upload_timer_;
// Indicates that the last triggered upload hasn't resolved yet.
bool has_callback_pending_;
« no previous file with comments | « components/proximity_auth/remote_device_life_cycle_impl.h ('k') | components/rappor/rappor_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698