Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: media/cast/congestion_control/congestion_control.h

Issue 25544003: Fix code style and gyp files in cast to build cast_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed gyp files Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/cast_thread.cc ('k') | media/cast/congestion_control/congestion_control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « media/cast/cast_thread.cc ('k') | media/cast/congestion_control/congestion_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698