Index: components/variations/variations_request_scheduler.h |
diff --git a/components/variations/variations_request_scheduler.h b/components/variations/variations_request_scheduler.h |
index e56437590b244e0e50f61c087a7765bd8c341810..c36401048577da66690a7162b7fd83b57fd2711d 100644 |
--- a/components/variations/variations_request_scheduler.h |
+++ b/components/variations/variations_request_scheduler.h |
@@ -57,10 +57,10 @@ class VariationsRequestScheduler { |
// The timer used to repeatedly ping the server. Keep this as an instance |
// member so if VariationsRequestScheduler goes out of scope, the timer is |
// automatically canceled. |
- base::RepeatingTimer<VariationsRequestScheduler> timer_; |
+ base::RepeatingTimer timer_; |
// A one-shot timer used for scheduling out-of-band fetches. |
- base::OneShotTimer<VariationsRequestScheduler> one_shot_timer_; |
+ base::OneShotTimer one_shot_timer_; |
DISALLOW_COPY_AND_ASSIGN(VariationsRequestScheduler); |
}; |