summaryrefslogtreecommitdiffstats
path: root/net/proxy/dhcp_proxy_script_fetcher_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/dhcp_proxy_script_fetcher_win.cc')
-rw-r--r--net/proxy/dhcp_proxy_script_fetcher_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/dhcp_proxy_script_fetcher_win.cc b/net/proxy/dhcp_proxy_script_fetcher_win.cc
index 2c7fd23..5453284 100644
--- a/net/proxy/dhcp_proxy_script_fetcher_win.cc
+++ b/net/proxy/dhcp_proxy_script_fetcher_win.cc
@@ -371,7 +371,7 @@ DhcpProxyScriptFetcherWin::WorkerThread::WorkerThread() {
void DhcpProxyScriptFetcherWin::WorkerThread::Init(
const base::WeakPtr<DhcpProxyScriptFetcherWin>& owner) {
owner_ = owner;
- origin_loop_ = base::MessageLoopProxy::CreateForCurrentThread();
+ origin_loop_ = base::MessageLoopProxy::current();
}
bool DhcpProxyScriptFetcherWin::WorkerThread::ImplGetCandidateAdapterNames(