| 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();
|
|
|
|
|