Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
index 50fb35e0e4fb17102cc0b639e805ca2c6d9f03a9..7e253de548e809678d7f93fa7c66f8cf516393f2 100644 |
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
@@ -77,7 +77,7 @@ class RtpRtcp : public Module { |
FrameCountObserver* send_frame_count_observer; |
SendSideDelayObserver* send_side_delay_observer; |
RtcEventLog* event_log; |
- |
+ SendPacketObserver* send_packet_observer; |
RTC_DISALLOW_COPY_AND_ASSIGN(Configuration); |
}; |