| Index: net/quic/quic_packet_creator_test.cc
|
| diff --git a/net/quic/quic_packet_creator_test.cc b/net/quic/quic_packet_creator_test.cc
|
| index 0382dd1d077a9b06508a9dd84f4f5221d2a80a5f..c8d568652f689f532b3c9247fa028c935f6c0190 100644
|
| --- a/net/quic/quic_packet_creator_test.cc
|
| +++ b/net/quic/quic_packet_creator_test.cc
|
| @@ -118,8 +118,7 @@ class QuicPacketCreatorTest : public ::testing::TestWithParam<TestParams> {
|
| // Returns the number of bytes consumed by the non-data fields of a stream
|
| // frame, assuming it is the last frame in the packet
|
| size_t GetStreamFrameOverhead(InFecGroup is_in_fec_group) {
|
| - return QuicFramer::GetMinStreamFrameSize(client_framer_.version(),
|
| - kClientDataStreamId1, kOffset,
|
| + return QuicFramer::GetMinStreamFrameSize(kClientDataStreamId1, kOffset,
|
| true, is_in_fec_group);
|
| }
|
|
|
|
|