| Index: net/quic/core/crypto/p256_key_exchange.h
|
| diff --git a/net/quic/core/crypto/p256_key_exchange.h b/net/quic/core/crypto/p256_key_exchange.h
|
| index 575dec446997fd0b79c7d76ab7ffffb80f12a313..60c64fa9e6a0d55e782c38b4a8d8af448c70c7dd 100644
|
| --- a/net/quic/core/crypto/p256_key_exchange.h
|
| +++ b/net/quic/core/crypto/p256_key_exchange.h
|
| @@ -5,14 +5,11 @@
|
| #ifndef NET_QUIC_CORE_CRYPTO_P256_KEY_EXCHANGE_H_
|
| #define NET_QUIC_CORE_CRYPTO_P256_KEY_EXCHANGE_H_
|
|
|
| -#include <stdint.h>
|
| -
|
| -#include <memory>
|
| +#include <cstdint>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| -#include "crypto/openssl_util.h"
|
| #include "net/quic/core/crypto/key_exchange.h"
|
| #include "net/quic/platform/api/quic_export.h"
|
| #include "third_party/boringssl/src/include/openssl/base.h"
|
| @@ -66,4 +63,5 @@ class QUIC_EXPORT_PRIVATE P256KeyExchange : public KeyExchange {
|
| };
|
|
|
| } // namespace net
|
| +
|
| #endif // NET_QUIC_CORE_CRYPTO_P256_KEY_EXCHANGE_H_
|
|
|