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

Unified Diff: components/variations/variations_request_scheduler_mobile.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/variations/variations_request_scheduler_mobile.h
diff --git a/components/variations/variations_request_scheduler_mobile.h b/components/variations/variations_request_scheduler_mobile.h
index 527f70e50f0a3180204a64816b96d6dfa68255bf..96983d5161568976ad006e9397b6b85ebc1e30da 100644
--- a/components/variations/variations_request_scheduler_mobile.h
+++ b/components/variations/variations_request_scheduler_mobile.h
@@ -39,7 +39,7 @@ class VariationsRequestSchedulerMobile : public VariationsRequestScheduler {
PrefService* local_state_;
// Timer used for triggering a delayed fetch for ScheduleFetch().
- base::OneShotTimer<VariationsRequestSchedulerMobile> schedule_fetch_timer_;
+ base::OneShotTimer schedule_fetch_timer_;
// The time the last seed request was initiated.
base::Time last_request_time_;
« no previous file with comments | « components/variations/variations_request_scheduler.h ('k') | components/visitedlink/browser/visitedlink_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698