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

Unified Diff: net/proxy/proxy_script_decider.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 | « net/proxy/proxy_config_service_linux.cc ('k') | net/socket/client_socket_pool_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_script_decider.h
diff --git a/net/proxy/proxy_script_decider.h b/net/proxy/proxy_script_decider.h
index f0e059030d2352b747df8a3e4d6c579fa72bf3c7..cf5edff54f43f00c613b524c1c07e17a4417cc5f 100644
--- a/net/proxy/proxy_script_decider.h
+++ b/net/proxy/proxy_script_decider.h
@@ -185,7 +185,7 @@ class NET_EXPORT_PRIVATE ProxyScriptDecider {
bool fetch_pac_bytes_;
base::TimeDelta wait_delay_;
- base::OneShotTimer<ProxyScriptDecider> wait_timer_;
+ base::OneShotTimer wait_timer_;
// Whether to do DNS quick check
bool quick_check_enabled_;
@@ -195,7 +195,7 @@ class NET_EXPORT_PRIVATE ProxyScriptDecider {
scoped_refptr<ProxyResolverScriptData> script_data_;
AddressList wpad_addresses_;
- base::OneShotTimer<ProxyScriptDecider> quick_check_timer_;
+ base::OneShotTimer quick_check_timer_;
scoped_ptr<SingleRequestHostResolver> host_resolver_;
base::Time quick_check_start_time_;
« no previous file with comments | « net/proxy/proxy_config_service_linux.cc ('k') | net/socket/client_socket_pool_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698