| Index: net/quic/crypto/quic_crypto_client_config_test.cc
|
| diff --git a/net/quic/crypto/quic_crypto_client_config_test.cc b/net/quic/crypto/quic_crypto_client_config_test.cc
|
| index b11f5049c83b0aa9d744e5d7cdc2ed1173e53671..2e6866ccb64fec394f2c63b744a54f8c08bf979c 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config_test.cc
|
| +++ b/net/quic/crypto/quic_crypto_client_config_test.cc
|
| @@ -192,7 +192,7 @@ TEST(QuicCryptoClientConfigTest, InchoateChloSecureWithSCID) {
|
| QuicCryptoClientConfig::CachedState state;
|
| CryptoHandshakeMessage scfg;
|
| scfg.set_tag(kSCFG);
|
| - uint64 future = 1;
|
| + uint64_t future = 1;
|
| scfg.SetValue(kEXPY, future);
|
| scfg.SetStringPiece(kSCID, "12345678");
|
| string details;
|
|
|