| Index: net/tools/quic/quic_client_session_test.cc
|
| diff --git a/net/tools/quic/quic_client_session_test.cc b/net/tools/quic/quic_client_session_test.cc
|
| index 7ae923bf11b8521392eb5b2032ff273946e258b6..67718c1a0c08489c786c03402c872decb479be32 100644
|
| --- a/net/tools/quic/quic_client_session_test.cc
|
| +++ b/net/tools/quic/quic_client_session_test.cc
|
| @@ -62,7 +62,9 @@ class ToolsQuicClientSessionTest
|
| session_->CryptoConnect();
|
| QuicCryptoClientStream* stream =
|
| static_cast<QuicCryptoClientStream*>(session_->GetCryptoStream());
|
| - CryptoTestUtils::HandshakeWithFakeServer(&helper_, connection_, stream);
|
| + CryptoTestUtils::FakeServerOptions options;
|
| + CryptoTestUtils::HandshakeWithFakeServer(&helper_, connection_, stream,
|
| + options);
|
| }
|
|
|
| QuicCryptoClientConfig crypto_config_;
|
|
|