| Index: net/quic/test_tools/mock_crypto_client_stream.h
|
| diff --git a/net/quic/test_tools/mock_crypto_client_stream.h b/net/quic/test_tools/mock_crypto_client_stream.h
|
| index ab393e8b2ae27cb63aa071543e74736cd3d0eed4..6aa2790b3e626ad3c6383fb5bc253fdebe235ec2 100644
|
| --- a/net/quic/test_tools/mock_crypto_client_stream.h
|
| +++ b/net/quic/test_tools/mock_crypto_client_stream.h
|
| @@ -35,6 +35,7 @@ class MockCryptoClientStream : public QuicCryptoClientStream {
|
|
|
| MockCryptoClientStream(
|
| const string& server_hostname,
|
| + uint16 server_port,
|
| QuicSession* session,
|
| QuicCryptoClientConfig* crypto_config,
|
| HandshakeMode handshake_mode,
|
|
|