| 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 1ed81f526872b956cc3abfe9a717bb96a7ede78a..445e7667cc6f8225e1f9698ced14c80319910637 100644
|
| --- a/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| +++ b/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| @@ -18,7 +18,10 @@ class MockCryptoClientStreamFactory : public QuicCryptoClientStreamFactory {
|
| virtual ~MockCryptoClientStreamFactory() {}
|
|
|
| virtual QuicCryptoClientStream* CreateQuicCryptoClientStream(
|
| - QuicSession* session, const std::string& server_hostname) OVERRIDE;
|
| + const string& server_hostname,
|
| + const QuicConfig& config,
|
| + QuicSession* session,
|
| + QuicCryptoClientConfig* crypto_config) OVERRIDE;
|
| };
|
|
|
| } // namespace net
|
|
|