| Index: net/quic/congestion_control/time_loss_algorithm_test.cc
|
| diff --git a/net/quic/congestion_control/time_loss_algorithm_test.cc b/net/quic/congestion_control/time_loss_algorithm_test.cc
|
| index 0ccd305619aef725efa72bbb6c01294f4edf8620..9f2c12a0b58f21590b472b1ab20a5a133e87b1fe 100644
|
| --- a/net/quic/congestion_control/time_loss_algorithm_test.cc
|
| +++ b/net/quic/congestion_control/time_loss_algorithm_test.cc
|
| @@ -18,7 +18,7 @@ namespace {
|
| class TimeLossAlgorithmTest : public ::testing::Test {
|
| protected:
|
| TimeLossAlgorithmTest()
|
| - : unacked_packets_(true),
|
| + : unacked_packets_(),
|
| srtt_(QuicTime::Delta::FromMilliseconds(100)) { }
|
|
|
| void SendDataPacket(QuicPacketSequenceNumber sequence_number) {
|
|
|