| Index: net/quic/quic_connection_logger_unittest.cc
|
| diff --git a/net/quic/quic_connection_logger_unittest.cc b/net/quic/quic_connection_logger_unittest.cc
|
| index 5bebd10af59cec37a110b6ebbe6bc7f79d954fdf..167b63cfc41995e841f3cb9ce052d90bf74f037f 100644
|
| --- a/net/quic/quic_connection_logger_unittest.cc
|
| +++ b/net/quic/quic_connection_logger_unittest.cc
|
| @@ -33,9 +33,9 @@ class QuicConnectionLoggerPeer {
|
| class QuicConnectionLoggerTest : public ::testing::Test {
|
| protected:
|
| QuicConnectionLoggerTest()
|
| - : session_(new MockConnection(&helper_,
|
| - &alarm_factory_,
|
| - Perspective::IS_CLIENT)),
|
| + : session_(new MockQuicConnection(&helper_,
|
| + &alarm_factory_,
|
| + Perspective::IS_CLIENT)),
|
| logger_(&session_,
|
| "CONNECTION_UNKNOWN",
|
| /*socket_performance_watcher=*/nullptr,
|
| @@ -45,7 +45,7 @@ class QuicConnectionLoggerTest : public ::testing::Test {
|
| }
|
|
|
| BoundNetLog net_log_;
|
| - MockConnectionHelper helper_;
|
| + MockQuicConnectionHelper helper_;
|
| MockAlarmFactory alarm_factory_;
|
| MockQuicSpdySession session_;
|
| QuicConnectionLogger logger_;
|
|
|