| 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 1c954a4a72e3a713495f01ecf34e0bcf9bd6ebef..68a164c45dd99690cb65bb49debfac4f481a8253 100644
|
| --- a/net/quic/quic_http_stream_test.cc
|
| +++ b/net/quic/quic_http_stream_test.cc
|
| @@ -221,7 +221,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> {
|
| .WillRepeatedly(Return(QuicTime::Delta::Zero()));
|
| EXPECT_CALL(*send_algorithm_, GetCongestionWindow())
|
| .WillRepeatedly(Return(kMaxPacketSize));
|
| - EXPECT_CALL(*send_algorithm_, PacingRate())
|
| + EXPECT_CALL(*send_algorithm_, PacingRate(_))
|
| .WillRepeatedly(Return(QuicBandwidth::Zero()));
|
| EXPECT_CALL(*send_algorithm_, TimeUntilSend(_, _))
|
| .WillRepeatedly(Return(QuicTime::Delta::Zero()));
|
|
|