diff options
Diffstat (limited to 'net/proxy/dhcp_proxy_script_adapter_fetcher_win.h')
-rw-r--r-- | net/proxy/dhcp_proxy_script_adapter_fetcher_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h index 30dcda2..5e5a691 100644 --- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h +++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h @@ -178,7 +178,7 @@ class NET_EXPORT_PRIVATE DhcpProxyScriptAdapterFetcher scoped_ptr<ProxyScriptFetcher> script_fetcher_; // Implements a timeout on the call to the Win32 DHCP API. - base::OneShotTimer<DhcpProxyScriptAdapterFetcher> wait_timer_; + base::OneShotTimer wait_timer_; URLRequestContext* const url_request_context_; |