| Index: net/quic/quic_crypto_client_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_client_stream_test.cc b/net/quic/quic_crypto_client_stream_test.cc
|
| index a42585a22e87707b42842eced041c538ea3e7320..2644d37b1f1bc46da7d8bfaeea17d67e0f3cf3ae 100644
|
| --- a/net/quic/quic_crypto_client_stream_test.cc
|
| +++ b/net/quic/quic_crypto_client_stream_test.cc
|
| @@ -62,7 +62,7 @@ class QuicCryptoClientStreamTest : public ::testing::Test {
|
|
|
| QuicCryptoClientStream* stream() { return session_->GetCryptoStream(); }
|
|
|
| - MockConnectionHelper helper_;
|
| + MockQuicConnectionHelper helper_;
|
| MockAlarmFactory alarm_factory_;
|
| PacketSavingConnection* connection_;
|
| std::unique_ptr<TestQuicSpdyClientSession> session_;
|
| @@ -307,7 +307,7 @@ class QuicCryptoClientStreamStatelessTest : public ::testing::Test {
|
| FLAGS_enable_quic_stateless_reject_support = true;
|
| }
|
|
|
| - MockConnectionHelper helper_;
|
| + MockQuicConnectionHelper helper_;
|
| MockAlarmFactory alarm_factory_;
|
|
|
| // Client crypto stream state
|
|
|