| 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 21d889ad538f751842bb2898c298022732c07ac2..0bb3ad237edadd1d5c71107e47e6398135b21d7f 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils.cc
|
| @@ -271,7 +271,7 @@ CryptoTestUtils::FakeClientOptions::FakeClientOptions()
|
|
|
| // static
|
| int CryptoTestUtils::HandshakeWithFakeServer(
|
| - MockConnectionHelper* helper,
|
| + MockQuicConnectionHelper* helper,
|
| MockAlarmFactory* alarm_factory,
|
| PacketSavingConnection* client_conn,
|
| QuicCryptoClientStream* client,
|
| @@ -305,7 +305,7 @@ int CryptoTestUtils::HandshakeWithFakeServer(
|
|
|
| // static
|
| int CryptoTestUtils::HandshakeWithFakeClient(
|
| - MockConnectionHelper* helper,
|
| + MockQuicConnectionHelper* helper,
|
| MockAlarmFactory* alarm_factory,
|
| PacketSavingConnection* server_conn,
|
| QuicCryptoServerStream* server,
|
|
|