| Index: net/quic/quic_unacked_packet_map_test.cc
|
| diff --git a/net/quic/quic_unacked_packet_map_test.cc b/net/quic/quic_unacked_packet_map_test.cc
|
| index b58a16db7ca5b6971fd1a80764688ee1f35c4da1..09596dbe0f05c721c2bab21255636bab465a472b 100644
|
| --- a/net/quic/quic_unacked_packet_map_test.cc
|
| +++ b/net/quic/quic_unacked_packet_map_test.cc
|
| @@ -18,8 +18,8 @@ namespace test {
|
| namespace {
|
|
|
| // Default packet length.
|
| -const uint32 kDefaultAckLength = 50;
|
| -const uint32 kDefaultLength = 1000;
|
| +const uint32_t kDefaultAckLength = 50;
|
| +const uint32_t kDefaultLength = 1000;
|
|
|
| class QuicUnackedPacketMapTest : public ::testing::Test {
|
| protected:
|
|
|