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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_sender.h

Issue 1338203003: Wire up send-side bandwidth estimation. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comments, rebase Created 5 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
Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
index 083ce781aecf980dfd0876baf4f54cc9e82b91b6..18162822502e44ccfa71e4bb4d783f2bdecffac9 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
@@ -33,9 +33,6 @@ namespace webrtc {
class ModuleRtpRtcpImpl;
class RTCPReceiver;
-namespace rtcp {
-class TransportFeedback;
-}
class NACKStringBuilder {
public:
NACKStringBuilder();

Powered by Google App Engine
This is Rietveld 408576698