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

Unified Diff: net/quic/core/crypto/null_encrypter.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/null_decrypter.h ('k') | net/quic/core/crypto/p256_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/null_encrypter.h
diff --git a/net/quic/core/crypto/null_encrypter.h b/net/quic/core/crypto/null_encrypter.h
index af93c1aa1dcd6c0e39ac1b421b563aac254f69f3..456be5dfaf527bac5ea91d31f8ac44257756b04d 100644
--- a/net/quic/core/crypto/null_encrypter.h
+++ b/net/quic/core/crypto/null_encrypter.h
@@ -9,15 +9,15 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/quic/core/crypto/quic_encrypter.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
// A NullEncrypter is a QuicEncrypter used before a crypto negotiation
// has occurred. It does not actually encrypt the payload, but does
// generate a MAC (fnv128) over both the payload and associated data.
-class NET_EXPORT_PRIVATE NullEncrypter : public QuicEncrypter {
+class QUIC_EXPORT_PRIVATE NullEncrypter : public QuicEncrypter {
public:
NullEncrypter();
~NullEncrypter() override {}
« no previous file with comments | « net/quic/core/crypto/null_decrypter.h ('k') | net/quic/core/crypto/p256_key_exchange.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698