| 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 564c43e10d684a7f9517a8002ba080d92bde1bde..b7187356b3118905eb830824e6dcd5b7da8df58d 100644
|
| --- a/net/quic/congestion_control/time_loss_algorithm_test.cc
|
| +++ b/net/quic/congestion_control/time_loss_algorithm_test.cc
|
| @@ -68,7 +68,7 @@ TEST_F(TimeLossAlgorithmTest, NoLossFor500Nacks) {
|
| SendDataPacket(i);
|
| }
|
| unacked_packets_.RemoveFromInFlight(2);
|
| - for (size_t i = 1; i < 500; ++i) {
|
| + for (uint16 i = 1; i < 500; ++i) {
|
| unacked_packets_.NackPacket(1, i);
|
| VerifyLosses(2, nullptr, 0);
|
| }
|
|
|