| Index: net/quic/core/crypto/quic_encrypter.h
|
| diff --git a/net/quic/core/crypto/quic_encrypter.h b/net/quic/core/crypto/quic_encrypter.h
|
| index 745ab0763dc19655108971d20e0b0e1eb891e088..f5b721a0f0f93682437079faa1597c7143b6082e 100644
|
| --- a/net/quic/core/crypto/quic_encrypter.h
|
| +++ b/net/quic/core/crypto/quic_encrypter.h
|
| @@ -7,12 +7,12 @@
|
|
|
| #include <stddef.h>
|
|
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_packets.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| -class NET_EXPORT_PRIVATE QuicEncrypter {
|
| +class QUIC_EXPORT_PRIVATE QuicEncrypter {
|
| public:
|
| virtual ~QuicEncrypter() {}
|
|
|
|
|