| Index: net/proxy/dhcp_proxy_script_fetcher_win.h
|
| diff --git a/net/proxy/dhcp_proxy_script_fetcher_win.h b/net/proxy/dhcp_proxy_script_fetcher_win.h
|
| index ce6c7dc98a480d6b8f0239d0339278f1fa57dff4..dadb3e6924d6ffe5951d918782a01dbd2ef1bd11 100644
|
| --- a/net/proxy/dhcp_proxy_script_fetcher_win.h
|
| +++ b/net/proxy/dhcp_proxy_script_fetcher_win.h
|
| @@ -154,7 +154,7 @@ class NET_EXPORT_PRIVATE DhcpProxyScriptFetcherWin
|
|
|
| base::OneShotTimer<DhcpProxyScriptFetcherWin> wait_timer_;
|
|
|
| - scoped_refptr<URLRequestContext> url_request_context_;
|
| + URLRequestContext* const url_request_context_;
|
|
|
| // NULL or the AdapterQuery currently in flight.
|
| scoped_refptr<AdapterQuery> last_query_;
|
|
|