| Index: net/proxy/dhcp_proxy_script_fetcher_win.h
|
| diff --git a/net/proxy/dhcp_proxy_script_fetcher_win.h b/net/proxy/dhcp_proxy_script_fetcher_win.h
|
| index 29b98e835f9aa2c210b88c77e360ba05dd7f2e74..6c93a7ba4768b9d7307036af9d5a22b97558066a 100644
|
| --- a/net/proxy/dhcp_proxy_script_fetcher_win.h
|
| +++ b/net/proxy/dhcp_proxy_script_fetcher_win.h
|
| @@ -84,7 +84,7 @@ class NET_EXPORT_PRIVATE DhcpProxyScriptFetcherWin
|
| // Virtual methods introduced to allow unit testing.
|
| virtual DhcpProxyScriptAdapterFetcher* ImplCreateAdapterFetcher();
|
| virtual AdapterQuery* ImplCreateAdapterQuery();
|
| - virtual int ImplGetMaxWaitMs();
|
| + virtual base::TimeDelta ImplGetMaxWait();
|
| virtual void ImplOnGetCandidateAdapterNamesDone() {}
|
|
|
| private:
|
|
|