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

Unified Diff: net/quic/core/crypto/common_cert_set.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/channel_id.h ('k') | net/quic/core/crypto/crypto_framer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/common_cert_set.h
diff --git a/net/quic/core/crypto/common_cert_set.h b/net/quic/core/crypto/common_cert_set.h
index 3ced0220dca945b4f58507ed6768f470cc6fd719..08264c7acb6904a9676854affa19bc49fbd7ae36 100644
--- a/net/quic/core/crypto/common_cert_set.h
+++ b/net/quic/core/crypto/common_cert_set.h
@@ -9,14 +9,14 @@
#include "base/compiler_specific.h"
#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
#include "net/quic/core/crypto/crypto_protocol.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
// CommonCertSets is an interface to an object that contains a number of common
// certificate sets and can match against them.
-class NET_EXPORT_PRIVATE CommonCertSets {
+class QUIC_EXPORT_PRIVATE CommonCertSets {
public:
virtual ~CommonCertSets();
« no previous file with comments | « net/quic/core/crypto/channel_id.h ('k') | net/quic/core/crypto/crypto_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698