Index: net/quic/quic_sent_packet_manager.h |
diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h |
index 70090a572f0855fdb0e693759a4d11c07c6764ba..7b8b332772962a159ed306886b0957e6b9b43278 100644 |
--- a/net/quic/quic_sent_packet_manager.h |
+++ b/net/quic/quic_sent_packet_manager.h |
@@ -105,7 +105,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager { |
QuicSentPacketManager(bool is_server, |
const QuicClock* clock, |
QuicConnectionStats* stats, |
- CongestionFeedbackType congestion_type, |
+ CongestionControlType congestion_control_type, |
LossDetectionType loss_type); |
virtual ~QuicSentPacketManager(); |