| 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..ad3a18cec0f87e9358d46fc5d8dfda54b7db6ac1 100644
|
| --- a/net/quic/test_tools/mock_crypto_client_stream.h
|
| +++ b/net/quic/test_tools/mock_crypto_client_stream.h
|
| @@ -14,6 +14,8 @@
|
|
|
| namespace net {
|
|
|
| +class QuicSessionKey;
|
| +
|
| class MockCryptoClientStream : public QuicCryptoClientStream {
|
| public:
|
| // HandshakeMode enumerates the handshake mode MockCryptoClientStream should
|
| @@ -34,7 +36,7 @@ class MockCryptoClientStream : public QuicCryptoClientStream {
|
| };
|
|
|
| MockCryptoClientStream(
|
| - const string& server_hostname,
|
| + const QuicSessionKey& server_key,
|
| QuicSession* session,
|
| QuicCryptoClientConfig* crypto_config,
|
| HandshakeMode handshake_mode,
|
|
|