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

Unified Diff: net/quic/core/crypto/crypto_framer.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/common_cert_set.h ('k') | net/quic/core/crypto/crypto_handshake.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/crypto_framer.h
diff --git a/net/quic/core/crypto/crypto_framer.h b/net/quic/core/crypto/crypto_framer.h
index 705173fd21e351788a32c9f2c4f24ddcbaa856e2..e4ab8633419bbf87ea78c28cb51552e9188c20aa 100644
--- a/net/quic/core/crypto/crypto_framer.h
+++ b/net/quic/core/crypto/crypto_framer.h
@@ -13,9 +13,9 @@
#include "base/logging.h"
#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
#include "net/quic/core/crypto/crypto_handshake_message.h"
#include "net/quic/core/quic_packets.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -23,7 +23,7 @@ class CryptoFramer;
class QuicData;
class QuicDataWriter;
-class NET_EXPORT_PRIVATE CryptoFramerVisitorInterface {
+class QUIC_EXPORT_PRIVATE CryptoFramerVisitorInterface {
public:
virtual ~CryptoFramerVisitorInterface() {}
@@ -36,7 +36,7 @@ class NET_EXPORT_PRIVATE CryptoFramerVisitorInterface {
// A class for framing the crypto messages that are exchanged in a QUIC
// session.
-class NET_EXPORT_PRIVATE CryptoFramer {
+class QUIC_EXPORT_PRIVATE CryptoFramer {
public:
CryptoFramer();
« no previous file with comments | « net/quic/core/crypto/common_cert_set.h ('k') | net/quic/core/crypto/crypto_handshake.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698