| Index: net/quic/core/crypto/quic_random.h
|
| diff --git a/net/quic/core/crypto/quic_random.h b/net/quic/core/crypto/quic_random.h
|
| index 179d3b39acda828bdea901e5254654cbea18ce25..65a632e85758ed476ca2f324d51f1b74f7664c12 100644
|
| --- a/net/quic/core/crypto/quic_random.h
|
| +++ b/net/quic/core/crypto/quic_random.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef NET_QUIC_CORE_CRYPTO_QUIC_RANDOM_H_
|
| #define NET_QUIC_CORE_CRYPTO_QUIC_RANDOM_H_
|
|
|
| -#include <stddef.h>
|
| -#include <stdint.h>
|
| +#include <cstddef>
|
| +#include <cstdint>
|
|
|
| #include "net/quic/platform/api/quic_export.h"
|
|
|
|
|