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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.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/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h
index 1806d5167c39d4a2e3707a495c8f3424d6ddf006..97e6548f9c5a41d1e0543c2a03fc9096f5a34200 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h
@@ -64,7 +64,7 @@ class DataReductionProxyExperimentsStats {
// If set, periodically updates the simulated expiration of the Data Reduction
// Proxy configuration.
- base::RepeatingTimer<DataReductionProxyExperimentsStats> config_refresh_time_;
+ base::RepeatingTimer config_refresh_time_;
// Enforce initialization order.
bool initialized_;

Powered by Google App Engine
This is Rietveld 408576698