| Index: net/quic/core/quic_unacked_packet_map.h
|
| diff --git a/net/quic/core/quic_unacked_packet_map.h b/net/quic/core/quic_unacked_packet_map.h
|
| index d738b5b036eb73b1028ce95d1d54d28042744682..798044316ca99e52c433544828436e0942933461 100644
|
| --- a/net/quic/core/quic_unacked_packet_map.h
|
| +++ b/net/quic/core/quic_unacked_packet_map.h
|
| @@ -10,9 +10,9 @@
|
| #include <deque>
|
|
|
| #include "base/macros.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/core/quic_transmission_info.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| @@ -20,7 +20,7 @@ namespace net {
|
| // 1) Track retransmittable data, including multiple transmissions of frames.
|
| // 2) Track packets and bytes in flight for congestion control.
|
| // 3) Track sent time of packets to provide RTT measurements from acks.
|
| -class NET_EXPORT_PRIVATE QuicUnackedPacketMap {
|
| +class QUIC_EXPORT_PRIVATE QuicUnackedPacketMap {
|
| public:
|
| QuicUnackedPacketMap();
|
| ~QuicUnackedPacketMap();
|
|
|