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 6d2ad006954f7f49e782deff2a071b5493416edb..c8beb6092a78c17d18d3328e11ecfb70cfd33879 100644 |
--- a/net/quic/test_tools/crypto_test_utils.h |
+++ b/net/quic/test_tools/crypto_test_utils.h |
@@ -86,12 +86,16 @@ class CryptoTestUtils { |
// returns: the number of client hellos that the client sent. |
static int HandshakeWithFakeServer(MockConnectionHelper* helper, |
+ MockAlarmFactory* alarm_factory, |
PacketSavingConnection* client_conn, |
QuicCryptoClientStream* client, |
const FakeServerOptions& options); |
// returns: the number of client hellos that the client sent. |
static int HandshakeWithFakeClient(MockConnectionHelper* helper, |
+ |
+ MockAlarmFactory* alarm_factory, |
+ |
PacketSavingConnection* server_conn, |
QuicCryptoServerStream* server, |
const QuicServerId& server_id, |