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

Unified Diff: net/quic/core/crypto/ephemeral_key_source.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/curve25519_key_exchange.h ('k') | net/quic/core/crypto/key_exchange.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/ephemeral_key_source.h
diff --git a/net/quic/core/crypto/ephemeral_key_source.h b/net/quic/core/crypto/ephemeral_key_source.h
index 99fc9307279327c0f5fbf2646ac1401e7b661b30..f05fa28e9c662bd94268470d0493acf1dfbda3bc 100644
--- a/net/quic/core/crypto/ephemeral_key_source.h
+++ b/net/quic/core/crypto/ephemeral_key_source.h
@@ -8,8 +8,8 @@
#include <string>
#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
#include "net/quic/core/quic_time.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -20,7 +20,7 @@ class QuicRandom;
// for several connections in a short space of time. Since the implementation
// of this may involve locking or thread-local data, this interface abstracts
// that away.
-class NET_EXPORT_PRIVATE EphemeralKeySource {
+class QUIC_EXPORT_PRIVATE EphemeralKeySource {
public:
virtual ~EphemeralKeySource() {}
« no previous file with comments | « net/quic/core/crypto/curve25519_key_exchange.h ('k') | net/quic/core/crypto/key_exchange.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698