| Index: net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| index aaefc27349ca9f3e00816943feecbdaa4f7d6424..6b7283df25624240945316045d6571a59273963f 100644
|
| --- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| +++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| @@ -58,7 +58,7 @@ void DhcpProxyScriptAdapterFetcher::Fetch(
|
| state_ = STATE_WAIT_DHCP;
|
| callback_ = callback;
|
|
|
| - wait_timer_.Start(FROM_HERE, ImplGetTimeout(),
|
| + wait_timer_.Start(ImplGetTimeout(),
|
| this, &DhcpProxyScriptAdapterFetcher::OnTimeout);
|
| worker_thread_ = ImplCreateWorkerThread(AsWeakPtr());
|
| worker_thread_->Start(adapter_name);
|
|
|