Index: trunk/src/media/cast/congestion_control/congestion_control.h |
=================================================================== |
--- trunk/src/media/cast/congestion_control/congestion_control.h (revision 226266) |
+++ trunk/src/media/cast/congestion_control/congestion_control.h (working copy) |
@@ -21,7 +21,7 @@ |
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. |