summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r--net/http/http_network_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 1ee0bc5..c0d1ca9 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -137,7 +137,7 @@ class HttpNetworkSession : public base::RefCounted<HttpNetworkSession>,
HttpAuthCache auth_cache_;
SSLClientAuthCache ssl_client_auth_cache_;
HttpAlternateProtocols alternate_protocols_;
- scoped_refptr<HostResolver> host_resolver_;
+ HostResolver* const host_resolver_;
scoped_refptr<ProxyService> proxy_service_;
scoped_refptr<SSLConfigService> ssl_config_service_;
ClientSocketPoolManager socket_pool_manager_;