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