| 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 39ed8384c733f23960c26b4cf1c8bb11ca17f228..62373abbb7d2d6c5471d96e230466f1dfa664c93 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.h
|
| +++ b/net/quic/test_tools/crypto_test_utils.h
|
| @@ -85,14 +85,14 @@ class CryptoTestUtils {
|
| };
|
|
|
| // returns: the number of client hellos that the client sent.
|
| - static int HandshakeWithFakeServer(MockConnectionHelper* helper,
|
| + static int HandshakeWithFakeServer(MockQuicConnectionHelper* 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,
|
| + static int HandshakeWithFakeClient(MockQuicConnectionHelper* helper,
|
|
|
| MockAlarmFactory* alarm_factory,
|
|
|
|
|