Index: net/quic/core/crypto/null_encrypter.h |
diff --git a/net/quic/core/crypto/null_encrypter.h b/net/quic/core/crypto/null_encrypter.h |
index 988eedc45b6246f7463d275ba673bdab99d81c79..96b1bb725623f4793bf15bf794ed6fc83d4f93d0 100644 |
--- a/net/quic/core/crypto/null_encrypter.h |
+++ b/net/quic/core/crypto/null_encrypter.h |
@@ -5,7 +5,7 @@ |
#ifndef NET_QUIC_CORE_CRYPTO_NULL_ENCRYPTER_H_ |
#define NET_QUIC_CORE_CRYPTO_NULL_ENCRYPTER_H_ |
-#include <stddef.h> |
+#include <cstddef> |
#include "base/compiler_specific.h" |
#include "base/macros.h" |