| Index: net/spdy/core/spdy_alt_svc_wire_format.h
|
| diff --git a/net/spdy/core/spdy_alt_svc_wire_format.h b/net/spdy/core/spdy_alt_svc_wire_format.h
|
| index 8a834f6551acc69cb23f1cd5745b6e3819bc1bfa..c0aaf64eadee0a310061bd3bb56659d9c5ab80d3 100644
|
| --- a/net/spdy/core/spdy_alt_svc_wire_format.h
|
| +++ b/net/spdy/core/spdy_alt_svc_wire_format.h
|
| @@ -13,7 +13,7 @@
|
| #include <cstdint>
|
| #include <vector>
|
|
|
| -#include "net/base/net_export.h"
|
| +#include "net/spdy/platform/api/spdy_export.h"
|
| #include "net/spdy/platform/api/spdy_string.h"
|
| #include "net/spdy/platform/api/spdy_string_piece.h"
|
|
|
| @@ -23,11 +23,11 @@ namespace test {
|
| class SpdyAltSvcWireFormatPeer;
|
| } // namespace test
|
|
|
| -class NET_EXPORT_PRIVATE SpdyAltSvcWireFormat {
|
| +class SPDY_EXPORT_PRIVATE SpdyAltSvcWireFormat {
|
| public:
|
| using VersionVector = std::vector<uint16_t>;
|
|
|
| - struct NET_EXPORT_PRIVATE AlternativeService {
|
| + struct SPDY_EXPORT_PRIVATE AlternativeService {
|
| SpdyString protocol_id;
|
| SpdyString host;
|
|
|
|
|