| Index: net/proxy/proxy_script_fetcher_impl.cc
|
| diff --git a/net/proxy/proxy_script_fetcher_impl.cc b/net/proxy/proxy_script_fetcher_impl.cc
|
| index 45adb6a69ab3eb23d5563fd13f4a8a5884a7f40b..6c1b4f21c17b25ff3cc068e1868aaaef0966e572 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl.cc
|
| @@ -134,7 +134,7 @@ int ProxyScriptFetcherImpl::Fetch(
|
| return OK;
|
| }
|
|
|
| - cur_request_.reset(new URLRequest(url, this, url_request_context_));
|
| + cur_request_.reset(url_request_context_->CreateRequest(url, this));
|
| cur_request_->set_method("GET");
|
|
|
| // Make sure that the PAC script is downloaded using a direct connection,
|
|
|