| 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
|
|
|