Move proxy constructor to ProxyService namespace
This commit is contained in:
parent
41b9825f00
commit
de2981a767
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
|||
proxy_config));
|
||||
} else {
|
||||
storage_->set_proxy_service(
|
||||
net::CreateUsingSystemProxyResolver(
|
||||
net::ProxyService::CreateUsingSystemProxyResolver(
|
||||
std::move(proxy_config_service_),
|
||||
net_log_));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue