| Index: net/quic/quic_connection_helper_test.cc
|
| diff --git a/net/quic/quic_connection_helper_test.cc b/net/quic/quic_connection_helper_test.cc
|
| index d3d97e504f0d557f980e3754c8ebb278e93e68fa..f62fa4a9e0dfe697dc9ff05ee56fb118a1e9c761 100644
|
| --- a/net/quic/quic_connection_helper_test.cc
|
| +++ b/net/quic/quic_connection_helper_test.cc
|
| @@ -131,6 +131,7 @@ class QuicConnectionHelperTest : public ::testing::Test {
|
| QuicBandwidth::FromKBitsPerSecond(100)));
|
| EXPECT_CALL(*send_algorithm_, SmoothedRtt()).WillRepeatedly(Return(
|
| QuicTime::Delta::FromMilliseconds(100)));
|
| + EXPECT_CALL(*send_algorithm_, SetFromConfig(_, _)).Times(AnyNumber());
|
| ON_CALL(*send_algorithm_, OnPacketSent(_, _, _, _, _))
|
| .WillByDefault(Return(true));
|
| EXPECT_CALL(visitor_, HasPendingHandshake()).Times(AnyNumber());
|
|
|