| Index: net/quic/core/crypto/strike_register.h
|
| diff --git a/net/quic/core/crypto/strike_register.h b/net/quic/core/crypto/strike_register.h
|
| index cf4d18603922bad6f987ac65efc8576690015d31..59c1f944c2019e4042c29f04204c71162eda5a3c 100644
|
| --- a/net/quic/core/crypto/strike_register.h
|
| +++ b/net/quic/core/crypto/strike_register.h
|
| @@ -13,7 +13,7 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "net/base/net_export.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| @@ -71,7 +71,7 @@ enum InsertStatus {
|
| // before the creation time given to the constructor. (See
|
| // |ExternalTimeToInternal|) This avoids having to worry about overflow since
|
| // we assume that no process will run for 130 years.
|
| -class NET_EXPORT_PRIVATE StrikeRegister {
|
| +class QUIC_EXPORT_PRIVATE StrikeRegister {
|
| public:
|
| enum StartupType {
|
| // DENY_REQUESTS_AT_STARTUP is the typical mode for a strike register.
|
|
|