| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 3df8da0b6ec244ffc788dd1cf48860e70288c9ee..574bf6f1c9371f5ce6c8e670f4e48c56b5da63df 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -39,6 +39,7 @@ class QuicRandom;
|
| class QuicServerInfoFactory;
|
| class QuicServerId;
|
| class QuicStreamFactory;
|
| +class TransportSecurityState;
|
|
|
| namespace test {
|
| class QuicStreamFactoryPeer;
|
| @@ -93,6 +94,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| base::WeakPtr<HttpServerProperties> http_server_properties,
|
| CertVerifier* cert_verifier,
|
| ChannelIDService* channel_id_service,
|
| + TransportSecurityState* transport_security_state,
|
| QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory,
|
| QuicRandom* random_generator,
|
| QuicClock* clock,
|
|
|