| Index: net/quic/core/crypto/strike_register_client.h
|
| diff --git a/net/quic/core/crypto/strike_register_client.h b/net/quic/core/crypto/strike_register_client.h
|
| index b4fed7ab58d6f0d108306e3d64d8166e67868680..c8cc409b53f046973efd4eedf65b0cb7dece00b9 100644
|
| --- a/net/quic/core/crypto/strike_register_client.h
|
| +++ b/net/quic/core/crypto/strike_register_client.h
|
| @@ -9,19 +9,19 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/crypto/strike_register.h"
|
| #include "net/quic/core/quic_time.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| // Interface implemented by clients that talk to strike registers
|
| // implemented as local or remote services.
|
| -class NET_EXPORT_PRIVATE StrikeRegisterClient {
|
| +class QUIC_EXPORT_PRIVATE StrikeRegisterClient {
|
| public:
|
| // Single use callback that will be invoked once the validation
|
| // operation is complete.
|
| - class NET_EXPORT_PRIVATE ResultCallback {
|
| + class QUIC_EXPORT_PRIVATE ResultCallback {
|
| public:
|
| ResultCallback() {}
|
| virtual ~ResultCallback() {}
|
|
|