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 ac1184f562e5060978b43364b21bac33a1fc0b3d..a6626b9d0ac82103a97243bdee502480761c99c2 100644 |
--- a/net/quic/test_tools/mock_crypto_client_stream_factory.h |
+++ b/net/quic/test_tools/mock_crypto_client_stream_factory.h |
@@ -13,7 +13,7 @@ |
namespace net { |
-class QuicSessionKey; |
+class QuicServerId; |
class MockCryptoClientStreamFactory : public QuicCryptoClientStreamFactory { |
public: |
@@ -21,7 +21,7 @@ class MockCryptoClientStreamFactory : public QuicCryptoClientStreamFactory { |
virtual ~MockCryptoClientStreamFactory() {} |
virtual QuicCryptoClientStream* CreateQuicCryptoClientStream( |
- const QuicSessionKey& server_key, |
+ const QuicServerId& server_id, |
QuicClientSession* session, |
QuicCryptoClientConfig* crypto_config) OVERRIDE; |