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

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

Issue 2577773002: QUIC use curve25519 from BoringSSL rather than crypto:: (Closed)
Patch Set: Comments 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 | « no previous file | net/quic/core/crypto/curve25519_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/curve25519_key_exchange.h
diff --git a/net/quic/core/crypto/curve25519_key_exchange.h b/net/quic/core/crypto/curve25519_key_exchange.h
index ab79294c64cb45a6e77d764f7c37778ead6a897f..0515e8d7d4edb67faae8ff6e84ab1790942a1069 100644
--- a/net/quic/core/crypto/curve25519_key_exchange.h
+++ b/net/quic/core/crypto/curve25519_key_exchange.h
@@ -5,8 +5,7 @@
#ifndef NET_QUIC_CORE_CRYPTO_CURVE25519_KEY_EXCHANGE_H_
#define NET_QUIC_CORE_CRYPTO_CURVE25519_KEY_EXCHANGE_H_
-#include <stdint.h>
-
+#include <cstdint>
#include <string>
#include "base/compiler_specific.h"
« no previous file with comments | « no previous file | net/quic/core/crypto/curve25519_key_exchange.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698