diff options
Diffstat (limited to 'net/proxy/proxy_service.cc')
-rw-r--r-- | net/proxy/proxy_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc index 1d48090..ec4fdd6 100644 --- a/net/proxy/proxy_service.cc +++ b/net/proxy/proxy_service.cc @@ -325,7 +325,7 @@ int ProxyService::ResolveProxy(const GURL& url, ProxyInfo* result, if (callback) { // Create PAC thread for asynchronous mode. if (!pac_thread_.get()) { - pac_thread_.reset(new Thread("pac-thread")); + pac_thread_.reset(new base::Thread("pac-thread")); pac_thread_->Start(); } } else { |