| 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 e940a1e940c29cbe10ec1e71d1a8626338ebd8c4..796be8b0d6ee042c4625ccc9f558c4900a68c0cf 100644
|
| --- a/net/quic/test_tools/mock_crypto_client_stream.h
|
| +++ b/net/quic/test_tools/mock_crypto_client_stream.h
|
| @@ -35,13 +35,12 @@ class MockCryptoClientStream : public QuicCryptoClientStream {
|
| COLD_START,
|
| };
|
|
|
| - MockCryptoClientStream(
|
| - const QuicServerId& server_id,
|
| - QuicClientSessionBase* session,
|
| - ProofVerifyContext* verify_context,
|
| - QuicCryptoClientConfig* crypto_config,
|
| - HandshakeMode handshake_mode,
|
| - const ProofVerifyDetails* proof_verify_details_);
|
| + MockCryptoClientStream(const QuicServerId& server_id,
|
| + QuicClientSessionBase* session,
|
| + ProofVerifyContext* verify_context,
|
| + QuicCryptoClientConfig* crypto_config,
|
| + HandshakeMode handshake_mode,
|
| + const ProofVerifyDetails* proof_verify_details_);
|
| virtual ~MockCryptoClientStream();
|
|
|
| // CryptoFramerVisitorInterface implementation.
|
|
|