| Index: net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h b/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| index 7adb7e0d13337e9aebfcb3e65666da5995f12e06..dde7782ef87fe89f5d55f23efe36c3b2deb591a4 100644
|
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| @@ -10,7 +10,6 @@
|
| #include <stdint.h>
|
|
|
| #include "base/macros.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/congestion_control/cubic_bytes.h"
|
| #include "net/quic/core/congestion_control/hybrid_slow_start.h"
|
| #include "net/quic/core/congestion_control/prr_sender.h"
|
| @@ -19,6 +18,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 {
|
|
|
| @@ -28,7 +28,7 @@ namespace test {
|
| class TcpCubicSenderBytesPeer;
|
| } // namespace test
|
|
|
| -class NET_EXPORT_PRIVATE TcpCubicSenderBytes : public TcpCubicSenderBase {
|
| +class QUIC_EXPORT_PRIVATE TcpCubicSenderBytes : public TcpCubicSenderBase {
|
| public:
|
| TcpCubicSenderBytes(const QuicClock* clock,
|
| const RttStats* rtt_stats,
|
|
|