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

Unified Diff: net/quic/core/crypto/null_decrypter.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/local_strike_register_client.h ('k') | net/quic/core/crypto/null_encrypter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/null_decrypter.h
diff --git a/net/quic/core/crypto/null_decrypter.h b/net/quic/core/crypto/null_decrypter.h
index d967583d56019d814c1497482385dee9a2dc68bc..42f7332dfea725448ba182e62fc800dfb300effb 100644
--- a/net/quic/core/crypto/null_decrypter.h
+++ b/net/quic/core/crypto/null_decrypter.h
@@ -10,8 +10,8 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/quic/core/crypto/quic_decrypter.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -20,7 +20,7 @@ class QuicDataReader;
// A NullDecrypter is a QuicDecrypter used before a crypto negotiation
// has occurred. It does not actually decrypt the payload, but does
// verify a hash (fnv128) over both the payload and associated data.
-class NET_EXPORT_PRIVATE NullDecrypter : public QuicDecrypter {
+class QUIC_EXPORT_PRIVATE NullDecrypter : public QuicDecrypter {
public:
NullDecrypter();
~NullDecrypter() override {}
« no previous file with comments | « net/quic/core/crypto/local_strike_register_client.h ('k') | net/quic/core/crypto/null_encrypter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698