| Index: net/quic/congestion_control/general_loss_algorithm_test.cc
|
| diff --git a/net/quic/congestion_control/general_loss_algorithm_test.cc b/net/quic/congestion_control/general_loss_algorithm_test.cc
|
| index 5e71df1fd4cc8db90fcb47e2396285d93b8c0e91..84377bd82cc258ffb161c25d3874aebfb69a7bee 100644
|
| --- a/net/quic/congestion_control/general_loss_algorithm_test.cc
|
| +++ b/net/quic/congestion_control/general_loss_algorithm_test.cc
|
| @@ -20,7 +20,7 @@ namespace test {
|
| namespace {
|
|
|
| // Default packet length.
|
| -const uint32 kDefaultLength = 1000;
|
| +const uint32_t kDefaultLength = 1000;
|
|
|
| class GeneralLossAlgorithmTest : public ::testing::Test {
|
| protected:
|
|
|