| Index: net/quic/core/quic_multipath_sent_packet_manager.h
|
| diff --git a/net/quic/core/quic_multipath_sent_packet_manager.h b/net/quic/core/quic_multipath_sent_packet_manager.h
|
| index 6384f6422c35567c325ab7cf33852f54d41c1380..8de992f8403e0b061958025a79ab7d97631bf732 100644
|
| --- a/net/quic/core/quic_multipath_sent_packet_manager.h
|
| +++ b/net/quic/core/quic_multipath_sent_packet_manager.h
|
| @@ -7,11 +7,11 @@
|
|
|
| #include <vector>
|
|
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_connection_close_delegate_interface.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/core/quic_sent_packet_manager.h"
|
| #include "net/quic/core/quic_sent_packet_manager_interface.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| @@ -27,7 +27,7 @@ class QuicMultipathSentPacketManagerPeer;
|
| // (3) consults paths which should timeout on a retransmission timeout.
|
| // TODO(fayang): Currently above duties are not fully implemented, need to
|
| // finish them.
|
| -class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
|
| +class QUIC_EXPORT_PRIVATE QuicMultipathSentPacketManager
|
| : public QuicSentPacketManagerInterface {
|
| public:
|
| // Multipath sent packet manager takes ownership of |manager|.
|
| @@ -183,7 +183,7 @@ class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
|
| };
|
|
|
| // PathSentPacketManagerInfo contains sent packet manager and its state.
|
| - struct NET_EXPORT_PRIVATE PathSentPacketManagerInfo {
|
| + struct QUIC_EXPORT_PRIVATE PathSentPacketManagerInfo {
|
| PathSentPacketManagerInfo();
|
| PathSentPacketManagerInfo(QuicSentPacketManagerInterface* manager,
|
| PathSentPacketManagerState state);
|
|
|