Index: net/quic/quic_client_session.h |
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h |
index 05ed5e8b28d9e13239c075087d1ecb2ef0c7f72b..94976ebb1a711e4809ca7ddef30d5dcfb56c58d1 100644 |
--- a/net/quic/quic_client_session.h |
+++ b/net/quic/quic_client_session.h |
@@ -28,6 +28,7 @@ namespace net { |
class CertVerifyResult; |
class DatagramClientSocket; |
+class NetworkConnection; |
class QuicConnectionHelper; |
class QuicCryptoClientStreamFactory; |
class QuicServerId; |
@@ -96,6 +97,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase { |
TransportSecurityState* transport_security_state, |
scoped_ptr<QuicServerInfo> server_info, |
const QuicConfig& config, |
+ NetworkConnection* network_connection, |
base::TaskRunner* task_runner, |
NetLog* net_log); |
~QuicClientSession() override; |