| Index: net/quic/core/quic_frame_list.h
|
| diff --git a/net/quic/core/quic_frame_list.h b/net/quic/core/quic_frame_list.h
|
| index 5d547e08ec6265ae1ed955753bc27ed376175542..b2399ca141b3233e29bd9377be309e75b2ded60f 100644
|
| --- a/net/quic/core/quic_frame_list.h
|
| +++ b/net/quic/core/quic_frame_list.h
|
| @@ -6,13 +6,14 @@
|
| #define NET_QUIC_CORE_QUIC_FRAME_LIST_H_
|
|
|
| #include <stddef.h>
|
| +
|
| #include <list>
|
| #include <string>
|
|
|
| #include "base/strings/string_piece.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/core/quic_stream_sequencer_buffer_interface.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| @@ -20,7 +21,7 @@ namespace test {
|
| class QuicStreamSequencerPeer;
|
| }
|
|
|
| -class NET_EXPORT_PRIVATE QuicFrameList
|
| +class QUIC_EXPORT_PRIVATE QuicFrameList
|
| : public QuicStreamSequencerBufferInterface {
|
| public:
|
| // A contiguous segment received by a QUIC stream.
|
|
|