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 85679451b8436ecaf1a1c10352c744a4a96cfd79..e1205e136ce1c94a17567b8696ffeb2b25e808bd 100644 |
--- a/net/quic/test_tools/mock_crypto_client_stream.h |
+++ b/net/quic/test_tools/mock_crypto_client_stream.h |
@@ -14,7 +14,7 @@ |
namespace net { |
-class QuicSessionKey; |
+class QuicServerId; |
class MockCryptoClientStream : public QuicCryptoClientStream { |
public: |
@@ -36,7 +36,7 @@ class MockCryptoClientStream : public QuicCryptoClientStream { |
}; |
MockCryptoClientStream( |
- const QuicSessionKey& server_key, |
+ const QuicServerId& server_id, |
QuicClientSessionBase* session, |
ProofVerifyContext* verify_context, |
QuicCryptoClientConfig* crypto_config, |