Move proxy constructor to ProxyService namespace

This commit is contained in:
Samuel Attard 2017-12-18 12:20:03 +11:00 committed by Aleksei Kuzmin
parent 41b9825f00
commit de2981a767

View file

@ -248,7 +248,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
proxy_config)); proxy_config));
} else { } else {
storage_->set_proxy_service( storage_->set_proxy_service(
net::CreateUsingSystemProxyResolver( net::ProxyService::CreateUsingSystemProxyResolver(
std::move(proxy_config_service_), std::move(proxy_config_service_),
net_log_)); net_log_));
} }