Index: net/quic/congestion_control/tcp_cubic_sender.h |
diff --git a/net/quic/congestion_control/tcp_cubic_sender.h b/net/quic/congestion_control/tcp_cubic_sender.h |
index e682a6283cf1558aac73d4976d8ca21dbe4c690a..28f830222443ff55573693e605655c90696f215b 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender.h |
+++ b/net/quic/congestion_control/tcp_cubic_sender.h |
@@ -63,6 +63,7 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface { |
virtual QuicByteCount GetCongestionWindow() const OVERRIDE; |
virtual bool InSlowStart() const OVERRIDE; |
virtual QuicByteCount GetSlowStartThreshold() const OVERRIDE; |
+ virtual CongestionControlType GetCongestionControlType() const OVERRIDE; |
// End implementation of SendAlgorithmInterface. |
private: |