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 26caf5060d3872020f3ddf578fecec9fc9ed3229..d9ad57d3d1a29bb10069269d2845fcfb8e228e72 100644 |
--- a/net/quic/test_tools/mock_crypto_client_stream_factory.h |
+++ b/net/quic/test_tools/mock_crypto_client_stream_factory.h |
@@ -13,13 +13,15 @@ |
namespace net { |
+class QuicSessionKey; |
+ |
class MockCryptoClientStreamFactory : public QuicCryptoClientStreamFactory { |
public: |
MockCryptoClientStreamFactory(); |
virtual ~MockCryptoClientStreamFactory() {} |
virtual QuicCryptoClientStream* CreateQuicCryptoClientStream( |
- const string& server_hostname, |
+ const QuicSessionKey& session_key, |
QuicSession* session, |
QuicCryptoClientConfig* crypto_config) OVERRIDE; |