| Index: net/quic/core/congestion_control/tcp_cubic_sender_packets.h
|
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_packets.h b/net/quic/core/congestion_control/tcp_cubic_sender_packets.h
|
| index 58d1d0685b638d8fe358506003db1f2e147293f6..759f93bd8326c121f3a7c937200c2e830d22d03d 100644
|
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_packets.h
|
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_packets.h
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/congestion_control/cubic.h"
|
| #include "net/quic/core/congestion_control/hybrid_slow_start.h"
|
| #include "net/quic/core/congestion_control/prr_sender.h"
|
| @@ -20,6 +19,7 @@
|
| #include "net/quic/core/quic_connection_stats.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/core/quic_time.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| @@ -29,7 +29,7 @@ namespace test {
|
| class TcpCubicSenderPacketsPeer;
|
| } // namespace test
|
|
|
| -class NET_EXPORT_PRIVATE TcpCubicSenderPackets : public TcpCubicSenderBase {
|
| +class QUIC_EXPORT_PRIVATE TcpCubicSenderPackets : public TcpCubicSenderBase {
|
| public:
|
| // Reno option and max_tcp_congestion_window are provided for testing.
|
| TcpCubicSenderPackets(const QuicClock* clock,
|
|
|