summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_layer.h')
-rw-r--r--net/http/http_network_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h
index 9d8b838..dc98c35 100644
--- a/net/http/http_network_layer.h
+++ b/net/http/http_network_layer.h
@@ -90,7 +90,7 @@ class HttpNetworkLayer : public HttpTransactionFactory, public NonThreadSafe {
// The host resolver and proxy service that will be used when lazily
// creating |session_|.
- scoped_refptr<HostResolver> host_resolver_;
+ HostResolver* host_resolver_;
scoped_refptr<ProxyService> proxy_service_;
// The SSL config service being used for the session.