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

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

Issue 2561893002: Add QUIC_EXPORT macros (Closed)
Patch Set: More 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/crypto_utils.h ('k') | net/quic/core/crypto/ephemeral_key_source.h » ('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 c9e33bb9428b7fe60d07f98628c9c60f3eb8e46d..ab79294c64cb45a6e77d764f7c37778ead6a897f 100644
--- a/net/quic/core/crypto/curve25519_key_exchange.h
+++ b/net/quic/core/crypto/curve25519_key_exchange.h
@@ -11,8 +11,8 @@
#include "base/compiler_specific.h"
#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
#include "net/quic/core/crypto/key_exchange.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -20,7 +20,7 @@ class QuicRandom;
// Curve25519KeyExchange implements a KeyExchange using elliptic-curve
// Diffie-Hellman on curve25519. See http://cr.yp.to/ecdh.html
-class NET_EXPORT_PRIVATE Curve25519KeyExchange : public KeyExchange {
+class QUIC_EXPORT_PRIVATE Curve25519KeyExchange : public KeyExchange {
public:
~Curve25519KeyExchange() override;
« no previous file with comments | « net/quic/core/crypto/crypto_utils.h ('k') | net/quic/core/crypto/ephemeral_key_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698