diff options
Diffstat (limited to 'net/proxy/proxy_script_fetcher_impl.cc')
-rw-r--r-- | net/proxy/proxy_script_fetcher_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_script_fetcher_impl.cc b/net/proxy/proxy_script_fetcher_impl.cc index d0b9d6a..0c4bb6f 100644 --- a/net/proxy/proxy_script_fetcher_impl.cc +++ b/net/proxy/proxy_script_fetcher_impl.cc @@ -293,7 +293,7 @@ void ProxyScriptFetcherImpl::FetchCompleted() { // Hold a reference to the URLRequestContext to prevent re-entrancy from // ~URLRequestContext. - scoped_refptr<URLRequestContext> context(cur_request_->context()); + scoped_refptr<const URLRequestContext> context(cur_request_->context()); ResetCurRequestState(); callback->Run(result_code); |