| 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 017f2460ab5e85c461a2edab2b23c1c4e24966e0..6b7283df25624240945316045d6571a59273963f 100644
|
| --- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| +++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| @@ -112,7 +112,7 @@ GURL DhcpProxyScriptAdapterFetcher::GetPacURL() const {
|
| DhcpProxyScriptAdapterFetcher::WorkerThread::WorkerThread(
|
| const base::WeakPtr<DhcpProxyScriptAdapterFetcher>& owner)
|
| : owner_(owner),
|
| - origin_loop_(base::MessageLoopProxy::CreateForCurrentThread()) {
|
| + origin_loop_(base::MessageLoopProxy::current()) {
|
| }
|
|
|
| DhcpProxyScriptAdapterFetcher::WorkerThread::~WorkerThread() {
|
|
|