| Index: net/quic/test_tools/crypto_test_utils.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
|
| index 84c1c9f7e3360ac9da21541a46706e1f15047172..6d8dae9bef4124dcb394607b0787d6ae0f47dce2 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils.cc
|
| @@ -171,7 +171,7 @@ CryptoTestUtils::FakeClientOptions::FakeClientOptions()
|
|
|
| // static
|
| int CryptoTestUtils::HandshakeWithFakeServer(
|
| - MockHelper* helper,
|
| + MockConnectionHelper* helper,
|
| PacketSavingConnection* client_conn,
|
| QuicCryptoClientStream* client) {
|
| PacketSavingConnection* server_conn = new PacketSavingConnection(
|
| @@ -199,7 +199,7 @@ int CryptoTestUtils::HandshakeWithFakeServer(
|
|
|
| // static
|
| int CryptoTestUtils::HandshakeWithFakeClient(
|
| - MockHelper* helper,
|
| + MockConnectionHelper* helper,
|
| PacketSavingConnection* server_conn,
|
| QuicCryptoServerStream* server,
|
| const QuicServerId& server_id,
|
|
|