| Index: net/quic/core/crypto/ephemeral_key_source.h
|
| diff --git a/net/quic/core/crypto/ephemeral_key_source.h b/net/quic/core/crypto/ephemeral_key_source.h
|
| index 99fc9307279327c0f5fbf2646ac1401e7b661b30..f05fa28e9c662bd94268470d0493acf1dfbda3bc 100644
|
| --- a/net/quic/core/crypto/ephemeral_key_source.h
|
| +++ b/net/quic/core/crypto/ephemeral_key_source.h
|
| @@ -8,8 +8,8 @@
|
| #include <string>
|
|
|
| #include "base/strings/string_piece.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_time.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| @@ -20,7 +20,7 @@ class QuicRandom;
|
| // for several connections in a short space of time. Since the implementation
|
| // of this may involve locking or thread-local data, this interface abstracts
|
| // that away.
|
| -class NET_EXPORT_PRIVATE EphemeralKeySource {
|
| +class QUIC_EXPORT_PRIVATE EphemeralKeySource {
|
| public:
|
| virtual ~EphemeralKeySource() {}
|
|
|
|
|