| Index: net/quic/crypto/crypto_handshake_message_test.cc
|
| diff --git a/net/quic/crypto/crypto_handshake_message_test.cc b/net/quic/crypto/crypto_handshake_message_test.cc
|
| index c53f895007f57d4f53e2fcc6711735790001a737..1bda50f0b2c64d6eaff27d1047b0fa5422aee74e 100644
|
| --- a/net/quic/crypto/crypto_handshake_message_test.cc
|
| +++ b/net/quic/crypto/crypto_handshake_message_test.cc
|
| @@ -21,7 +21,7 @@ TEST(CryptoHandshakeMessageTest, DebugString) {
|
| TEST(CryptoHandshakeMessageTest, DebugStringWithUintVector) {
|
| CryptoHandshakeMessage message;
|
| message.set_tag(kREJ);
|
| - std::vector<uint32> reasons = {
|
| + std::vector<uint32_t> reasons = {
|
| SOURCE_ADDRESS_TOKEN_DIFFERENT_IP_ADDRESS_FAILURE,
|
| CLIENT_NONCE_NOT_UNIQUE_FAILURE};
|
| message.SetVector(kRREJ, reasons);
|
|
|