Index: net/quic/core/crypto/quic_decrypter.h |
diff --git a/net/quic/core/crypto/quic_decrypter.h b/net/quic/core/crypto/quic_decrypter.h |
index 9d7e3990c0d70aada4c5d46610e12e237a4e79d6..ac2ca34ff628a268e9e89e23390d14c25fdfef08 100644 |
--- a/net/quic/core/crypto/quic_decrypter.h |
+++ b/net/quic/core/crypto/quic_decrypter.h |
@@ -8,12 +8,12 @@ |
#include <stddef.h> |
#include <stdint.h> |
-#include "net/base/net_export.h" |
#include "net/quic/core/quic_packets.h" |
+#include "net/quic/platform/api/quic_export.h" |
namespace net { |
-class NET_EXPORT_PRIVATE QuicDecrypter { |
+class QUIC_EXPORT_PRIVATE QuicDecrypter { |
public: |
virtual ~QuicDecrypter() {} |