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 c8d432771c96e49013ce8e5a3de1985e587592fa..6cc83c8c8134b802993ffb5faa479f715f116cc8 100644 |
--- a/net/quic/quic_connection_helper_test.cc |
+++ b/net/quic/quic_connection_helper_test.cc |
@@ -132,9 +132,9 @@ class QuicConnectionHelperTest : public ::testing::Test { |
InitializeHeader(sequence_number); |
QuicAckFrame ack(0, QuicTime(), 0); |
+ |
ack.congestion_info.type = kFixRate; |
ack.congestion_info.fix_rate.bitrate_in_bytes_per_second = 100000; |
- |
return ConstructPacket(header_, QuicFrame(&ack)); |
} |