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

Unified Diff: net/quic/core/crypto/cert_compressor.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/aes_128_gcm_12_encrypter.h ('k') | net/quic/core/crypto/chacha20_poly1305_decrypter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/cert_compressor.h
diff --git a/net/quic/core/crypto/cert_compressor.h b/net/quic/core/crypto/cert_compressor.h
index 656a5da7fc5b32ead4ceb13bd78ea89d98f18e1a..7e0031ca2532dcea02c3781b740bfd48d626471e 100644
--- a/net/quic/core/crypto/cert_compressor.h
+++ b/net/quic/core/crypto/cert_compressor.h
@@ -10,9 +10,9 @@
#include "base/macros.h"
#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
#include "net/quic/core/crypto/common_cert_set.h"
#include "net/quic/core/crypto/crypto_protocol.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -28,7 +28,7 @@ namespace net {
// 3) Otherwise the certificates are compressed with zlib using a pre-shared
// dictionary that consists of the certificates handled with the above
// methods and a small chunk of common substrings.
-class NET_EXPORT_PRIVATE CertCompressor {
+class QUIC_EXPORT_PRIVATE CertCompressor {
public:
// CompressChain compresses the certificates in |certs| and returns a
// compressed representation. |common_sets| contains the common certificate
« no previous file with comments | « net/quic/core/crypto/aes_128_gcm_12_encrypter.h ('k') | net/quic/core/crypto/chacha20_poly1305_decrypter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698