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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.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_config_service_client.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
index ba508f8299b09df84d7f419d7548cf5a9d25c148..0cf2d67039132df2c8cc31b365a0f5cb022c540b 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
@@ -192,8 +192,7 @@ class DataReductionProxyConfigServiceClient
// An event that fires when it is time to refresh the Data Reduction Proxy
// configuration.
- base::OneShotTimer<DataReductionProxyConfigServiceClient>
- config_refresh_timer_;
+ base::OneShotTimer config_refresh_timer_;
// A |net::URLFetcher| to retrieve the Data Reduction Proxy configuration.
scoped_ptr<net::URLFetcher> fetcher_;

Powered by Google App Engine
This is Rietveld 408576698