Index: net/http/http_network_layer.h |
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h |
index 63df00b79e86fb5515d515f713082ee6a9f52046..2d4130d52e7425b7978b2a04451d5118313f0da9 100644 |
--- a/net/http/http_network_layer.h |
+++ b/net/http/http_network_layer.h |
@@ -20,6 +20,7 @@ class HttpNetworkSession; |
class NetworkChangeNotifier; |
class ProxyInfo; |
class ProxyService; |
+class SpdySessionPool; |
class SSLConfigService; |
class HttpNetworkLayer : public HttpTransactionFactory { |
@@ -81,6 +82,7 @@ class HttpNetworkLayer : public HttpTransactionFactory { |
scoped_refptr<SSLConfigService> ssl_config_service_; |
scoped_refptr<HttpNetworkSession> session_; |
+ scoped_refptr<SpdySessionPool> spdy_session_pool_; |
HttpAuthHandlerFactory* http_auth_handler_factory_; |