Index: net/quic/congestion_control/tcp_loss_algorithm_test.cc |
diff --git a/net/quic/congestion_control/tcp_loss_algorithm_test.cc b/net/quic/congestion_control/tcp_loss_algorithm_test.cc |
index b8cf12b24f016c4508e937be18f83f7486df8b47..8c6a74f9f228aac0aabf01b0ef839f5b6ca615ad 100644 |
--- a/net/quic/congestion_control/tcp_loss_algorithm_test.cc |
+++ b/net/quic/congestion_control/tcp_loss_algorithm_test.cc |
@@ -19,7 +19,7 @@ namespace { |
class TcpLossAlgorithmTest : public ::testing::Test { |
protected: |
TcpLossAlgorithmTest() |
- : unacked_packets_(true), |
+ : unacked_packets_(), |
srtt_(QuicTime::Delta::FromMilliseconds(100)) { } |
void SendDataPacket(QuicPacketSequenceNumber sequence_number) { |