| Index: net/quic/core/crypto/quic_encrypter.h
|
| diff --git a/net/quic/core/crypto/quic_encrypter.h b/net/quic/core/crypto/quic_encrypter.h
|
| index 2bc045e84dfabd632b34bf9a40b21e903ff38362..673986724954fac4c687ceaf8e28402856c05836 100644
|
| --- a/net/quic/core/crypto/quic_encrypter.h
|
| +++ b/net/quic/core/crypto/quic_encrypter.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef NET_QUIC_CORE_CRYPTO_QUIC_ENCRYPTER_H_
|
| #define NET_QUIC_CORE_CRYPTO_QUIC_ENCRYPTER_H_
|
|
|
| -#include <stddef.h>
|
| +#include <cstddef>
|
|
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/platform/api/quic_export.h"
|
|
|