From de2981a76780da9da8e029ce31ab5e13bb7746fa Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 18 Dec 2017 12:20:03 +1100 Subject: [PATCH] Move proxy constructor to ProxyService namespace --- brightray/browser/url_request_context_getter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightray/browser/url_request_context_getter.cc b/brightray/browser/url_request_context_getter.cc index 469a8a7d9247..80c2633f32b1 100644 --- a/brightray/browser/url_request_context_getter.cc +++ b/brightray/browser/url_request_context_getter.cc @@ -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_)); }