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

Unified Diff: net/quic/core/crypto/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/ephemeral_key_source.h ('k') | net/quic/core/crypto/local_strike_register_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/key_exchange.h
diff --git a/net/quic/core/crypto/key_exchange.h b/net/quic/core/crypto/key_exchange.h
index dc3c60f5587fd2d89a1b5e1dfd754043c56bcb5e..69da86e92fd0ea37caafc2d36b72d31606d67fd7 100644
--- a/net/quic/core/crypto/key_exchange.h
+++ b/net/quic/core/crypto/key_exchange.h
@@ -8,8 +8,8 @@
#include <string>
#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
#include "net/quic/core/crypto/crypto_protocol.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -17,7 +17,7 @@ class QuicRandom;
// KeyExchange is an abstract class that provides an interface to a
// key-exchange primitive.
-class NET_EXPORT_PRIVATE KeyExchange {
+class QUIC_EXPORT_PRIVATE KeyExchange {
public:
virtual ~KeyExchange() {}
« no previous file with comments | « net/quic/core/crypto/ephemeral_key_source.h ('k') | net/quic/core/crypto/local_strike_register_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698