| 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 3f496d4657f18971b8b02b24d1dcf9b40c12c4aa..301cb84765e41a13ba5b6f4c60fcb19cc5083ed6 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| @@ -78,7 +78,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);
|
| };
|
|
|
|
|