Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: net/quic/core/crypto/p256_key_exchange.h

Issue 2566783002: Various formatting cleanups to net/quic/crypto and net/quic/congestion_control (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/crypto/null_encrypter.h ('k') | net/quic/core/crypto/p256_key_exchange.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/quic/core/crypto/null_encrypter.h ('k') | net/quic/core/crypto/p256_key_exchange.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698