| Index: net/quic/core/crypto/aead_base_encrypter.h
|
| diff --git a/net/quic/core/crypto/aead_base_encrypter.h b/net/quic/core/crypto/aead_base_encrypter.h
|
| index 1c2a1cc31d6968f8be0a4d8729041fad1a9f493d..7636276681d08a63f7ab66dc84e25512baf0afdc 100644
|
| --- a/net/quic/core/crypto/aead_base_encrypter.h
|
| +++ b/net/quic/core/crypto/aead_base_encrypter.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef NET_QUIC_CORE_CRYPTO_AEAD_BASE_ENCRYPTER_H_
|
| #define NET_QUIC_CORE_CRYPTO_AEAD_BASE_ENCRYPTER_H_
|
|
|
| -#include <stddef.h>
|
| +#include <cstddef>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
|
|