Index: net/quic/congestion_control/fix_rate_sender.h |
diff --git a/net/quic/congestion_control/fix_rate_sender.h b/net/quic/congestion_control/fix_rate_sender.h |
index c50d8a9a24efa80179a48588655b534445a5c137..eb6d4b61f1dc7d6c7796ea5a6e5054550229f1de 100644 |
--- a/net/quic/congestion_control/fix_rate_sender.h |
+++ b/net/quic/congestion_control/fix_rate_sender.h |
@@ -52,6 +52,7 @@ class NET_EXPORT_PRIVATE FixRateSender : 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: |