| Index: net/quic/core/crypto/crypto_handshake_message.h
|
| diff --git a/net/quic/core/crypto/crypto_handshake_message.h b/net/quic/core/crypto/crypto_handshake_message.h
|
| index 498621678123fa832a4a6b89a7ac68ac430bb26d..22f8205bf25ac9935e2a754be92c50c3ff0bc9e7 100644
|
| --- a/net/quic/core/crypto/crypto_handshake_message.h
|
| +++ b/net/quic/core/crypto/crypto_handshake_message.h
|
| @@ -14,14 +14,14 @@
|
| #include <vector>
|
|
|
| #include "base/strings/string_piece.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_packets.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| // An intermediate format of a handshake message that's convenient for a
|
| // CryptoFramer to serialize from or parse into.
|
| -class NET_EXPORT_PRIVATE CryptoHandshakeMessage {
|
| +class QUIC_EXPORT_PRIVATE CryptoHandshakeMessage {
|
| public:
|
| CryptoHandshakeMessage();
|
| CryptoHandshakeMessage(const CryptoHandshakeMessage& other);
|
|
|