| Index: net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| diff --git a/net/quic/test_tools/mock_crypto_client_stream_factory.h b/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| index 26caf5060d3872020f3ddf578fecec9fc9ed3229..4655232d0c3c3eb8098f4162301a998b21b1222f 100644
|
| --- a/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| +++ b/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| @@ -20,6 +20,7 @@ class MockCryptoClientStreamFactory : public QuicCryptoClientStreamFactory {
|
|
|
| virtual QuicCryptoClientStream* CreateQuicCryptoClientStream(
|
| const string& server_hostname,
|
| + uint16 server_port,
|
| QuicSession* session,
|
| QuicCryptoClientConfig* crypto_config) OVERRIDE;
|
|
|
|
|