Index: media/cast/congestion_control/congestion_control.h |
diff --git a/media/cast/congestion_control/congestion_control.h b/media/cast/congestion_control/congestion_control.h |
index f1b9b280dccc5457c47259dbafc597793b7eb5ac..8da124acda421b291d4c9f3e77196600773332af 100644 |
--- a/media/cast/congestion_control/congestion_control.h |
+++ b/media/cast/congestion_control/congestion_control.h |
@@ -21,7 +21,7 @@ class CongestionControl { |
uint32 min_bitrate_configured, |
uint32 start_bitrate); |
- virtual ~CongestionControl() {} |
+ virtual ~CongestionControl(); |
// Don't call OnAck if the same message contain a NACK. |
// Returns true if the bitrate have changed. |