| Index: net/quic/core/crypto/curve25519_key_exchange.h
|
| diff --git a/net/quic/core/crypto/curve25519_key_exchange.h b/net/quic/core/crypto/curve25519_key_exchange.h
|
| index ab79294c64cb45a6e77d764f7c37778ead6a897f..0515e8d7d4edb67faae8ff6e84ab1790942a1069 100644
|
| --- a/net/quic/core/crypto/curve25519_key_exchange.h
|
| +++ b/net/quic/core/crypto/curve25519_key_exchange.h
|
| @@ -5,8 +5,7 @@
|
| #ifndef NET_QUIC_CORE_CRYPTO_CURVE25519_KEY_EXCHANGE_H_
|
| #define NET_QUIC_CORE_CRYPTO_CURVE25519_KEY_EXCHANGE_H_
|
|
|
| -#include <stdint.h>
|
| -
|
| +#include <cstdint>
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
|
|