Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
index a7f3c9fa64a807c6db5adb4a916a1d2bd2656866..a6258ce7d6a962db821f0b7137de18fb662b3c75 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
@@ -20,6 +20,9 @@ |
#include "webrtc/typedefs.h" |
namespace webrtc { |
+namespace rtcp { |
+class TransportFeedback; |
+} |
namespace RTCPHelp |
{ |
@@ -84,6 +87,8 @@ public: |
bool xr_dlrr_item; |
RTCPVoIPMetric* VoIPMetric; |
+ rtc::scoped_ptr<rtcp::TransportFeedback> transport_feedback_; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(RTCPPacketInformation); |
}; |