| Index: net/quic/test_tools/crypto_test_utils.h
|
| diff --git a/net/quic/test_tools/crypto_test_utils.h b/net/quic/test_tools/crypto_test_utils.h
|
| index 8682398c12b05c5e9905e1b48f6155a254f40cfe..b453cecf4f8cffac5f08fee3570c62ab404a2d0b 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.h
|
| +++ b/net/quic/test_tools/crypto_test_utils.h
|
| @@ -85,7 +85,8 @@ class CryptoTestUtils {
|
| };
|
|
|
| // returns: the number of client hellos that the client sent.
|
| - static int HandshakeWithFakeServer(MockQuicConnectionHelper* helper,
|
| + static int HandshakeWithFakeServer(QuicConfig* server_quic_config,
|
| + MockQuicConnectionHelper* helper,
|
| MockAlarmFactory* alarm_factory,
|
| PacketSavingConnection* client_conn,
|
| QuicCryptoClientStream* client,
|
|
|