| Index: trunk/src/net/quic/quic_client_session.h | 
| =================================================================== | 
| --- trunk/src/net/quic/quic_client_session.h	(revision 290384) | 
| +++ trunk/src/net/quic/quic_client_session.h	(working copy) | 
| @@ -35,6 +35,7 @@ | 
| class QuicServerInfo; | 
| class QuicStreamFactory; | 
| class SSLInfo; | 
| +class TransportSecurityState; | 
|  | 
| namespace test { | 
| class QuicClientSessionPeer; | 
| @@ -95,6 +96,7 @@ | 
| scoped_ptr<QuicDefaultPacketWriter> writer, | 
| QuicStreamFactory* stream_factory, | 
| QuicCryptoClientStreamFactory* crypto_client_stream_factory, | 
| +                    TransportSecurityState* transport_security_state, | 
| scoped_ptr<QuicServerInfo> server_info, | 
| const QuicServerId& server_id, | 
| const QuicConfig& config, | 
| @@ -226,6 +228,7 @@ | 
| scoped_ptr<DatagramClientSocket> socket_; | 
| scoped_ptr<QuicDefaultPacketWriter> writer_; | 
| scoped_refptr<IOBufferWithSize> read_buffer_; | 
| +  TransportSecurityState* transport_security_state_; | 
| scoped_ptr<QuicServerInfo> server_info_; | 
| scoped_ptr<CertVerifyResult> cert_verify_result_; | 
| std::string pinning_failure_log_; | 
|  |