Index: net/quic/core/crypto/null_decrypter.cc |
diff --git a/net/quic/core/crypto/null_decrypter.cc b/net/quic/core/crypto/null_decrypter.cc |
index b33d535b730a3a99f5939784fa23f633f5299d2b..b6e7e53840d4f8f7b24676af9f5b242434d3860a 100644 |
--- a/net/quic/core/crypto/null_decrypter.cc |
+++ b/net/quic/core/crypto/null_decrypter.cc |
@@ -4,7 +4,7 @@ |
#include "net/quic/core/crypto/null_decrypter.h" |
-#include <stdint.h> |
+#include <cstdint> |
#include "net/quic/core/quic_bug_tracker.h" |
#include "net/quic/core/quic_data_reader.h" |