| Index: net/quic/quic_crypto_client_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_client_stream_test.cc b/net/quic/quic_crypto_client_stream_test.cc
|
| index 2644d37b1f1bc46da7d8bfaeea17d67e0f3cf3ae..3c6b91b10f2158b52c98e37489cdc2366d8ced56 100644
|
| --- a/net/quic/quic_crypto_client_stream_test.cc
|
| +++ b/net/quic/quic_crypto_client_stream_test.cc
|
| @@ -51,8 +51,10 @@ class QuicCryptoClientStreamTest : public ::testing::Test {
|
|
|
| void CompleteCryptoHandshake() {
|
| stream()->CryptoConnect();
|
| - CryptoTestUtils::HandshakeWithFakeServer(
|
| - &helper_, &alarm_factory_, connection_, stream(), server_options_);
|
| + QuicConfig config;
|
| + CryptoTestUtils::HandshakeWithFakeServer(&config, &helper_, &alarm_factory_,
|
| + connection_, stream(),
|
| + server_options_);
|
| }
|
|
|
| void ConstructHandshakeMessage() {
|
|
|