| Index: net/quic/quic_http_stream_test.cc
|
| diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc
|
| index b694e59a0f8a201c8ca302afae7d898bc28ce4c5..7fef0c5d4847af5c7a243d77c4e74be2242647e9 100644
|
| --- a/net/quic/quic_http_stream_test.cc
|
| +++ b/net/quic/quic_http_stream_test.cc
|
| @@ -186,8 +186,6 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> {
|
| Return(QuicTime::Delta::Zero()));
|
| EXPECT_CALL(*send_algorithm_, TimeUntilSend(_, _, _, _)).
|
| WillRepeatedly(Return(QuicTime::Delta::Zero()));
|
| - EXPECT_CALL(*send_algorithm_, SmoothedRtt()).WillRepeatedly(
|
| - Return(QuicTime::Delta::Zero()));
|
| EXPECT_CALL(*send_algorithm_, BandwidthEstimate()).WillRepeatedly(
|
| Return(QuicBandwidth::Zero()));
|
| EXPECT_CALL(*send_algorithm_, SetFromConfig(_, _)).Times(AnyNumber());
|
|
|