Index: net/quic/congestion_control/tcp_cubic_bytes_sender.cc |
diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc |
index b2489c89c6e0dc5c3f0cbbb661b38e5e04f37991..c92da79735b7e60ce38382eece3bc03afc2be6b2 100644 |
--- a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc |
+++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc |
@@ -346,7 +346,7 @@ void TcpCubicBytesSender::OnRetransmissionTimeout(bool packets_retransmitted) { |
} |
CongestionControlType TcpCubicBytesSender::GetCongestionControlType() const { |
- return reno_ ? kReno : kCubic; |
+ return reno_ ? kRenoBytes : kCubicBytes; |
} |
} // namespace net |