Index: net/quic/core/congestion_control/loss_detection_interface.h |
diff --git a/net/quic/core/congestion_control/loss_detection_interface.h b/net/quic/core/congestion_control/loss_detection_interface.h |
index e43373595bf034af5499c22045308e8d120c6236..919de77c4afe8ce6b9f7040c07b8c7410566b351 100644 |
--- a/net/quic/core/congestion_control/loss_detection_interface.h |
+++ b/net/quic/core/congestion_control/loss_detection_interface.h |
@@ -7,17 +7,17 @@ |
#ifndef NET_QUIC_CORE_CONGESTION_CONTROL_LOSS_DETECTION_INTERFACE_H_ |
#define NET_QUIC_CORE_CONGESTION_CONTROL_LOSS_DETECTION_INTERFACE_H_ |
-#include "net/base/net_export.h" |
#include "net/quic/core/congestion_control/send_algorithm_interface.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 { |
class QuicUnackedPacketMap; |
class RttStats; |
-class NET_EXPORT_PRIVATE LossDetectionInterface { |
+class QUIC_EXPORT_PRIVATE LossDetectionInterface { |
public: |
virtual ~LossDetectionInterface() {} |