Index: net/quic/core/crypto/crypto_secret_boxer.h |
diff --git a/net/quic/core/crypto/crypto_secret_boxer.h b/net/quic/core/crypto/crypto_secret_boxer.h |
index ad51fa2dea6e6048b0b3224bf094d23f20e8a005..07ab150c8f962a0be93448c35690acb487eb2358 100644 |
--- a/net/quic/core/crypto/crypto_secret_boxer.h |
+++ b/net/quic/core/crypto/crypto_secret_boxer.h |
@@ -13,7 +13,7 @@ |
#include "base/macros.h" |
#include "base/strings/string_piece.h" |
#include "base/synchronization/lock.h" |
-#include "net/base/net_export.h" |
+#include "net/quic/platform/api/quic_export.h" |
namespace net { |
@@ -22,7 +22,7 @@ class QuicRandom; |
// CryptoSecretBoxer encrypts small chunks of plaintext (called 'boxing') and |
// then, later, can authenticate+decrypt the resulting boxes. This object is |
// thread-safe. |
-class NET_EXPORT_PRIVATE CryptoSecretBoxer { |
+class QUIC_EXPORT_PRIVATE CryptoSecretBoxer { |
public: |
CryptoSecretBoxer(); |
~CryptoSecretBoxer(); |