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 e0ace4c775d76c9df39d0d9a69954cb9c8b50df2..d1fb133c568a38b014aa7ef5cc74ab8b25fc6fe2 100644 |
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
@@ -24,7 +24,7 @@ class ReceiveStatistics; |
class RemoteBitrateEstimator; |
class RtpReceiver; |
class Transport; |
-class RtcEventLog; |
+class RtcEventLogProxy; |
namespace rtcp { |
class TransportFeedback; |
@@ -75,7 +75,7 @@ class RtpRtcp : public Module { |
BitrateStatisticsObserver* send_bitrate_observer; |
FrameCountObserver* send_frame_count_observer; |
SendSideDelayObserver* send_side_delay_observer; |
- RtcEventLog* event_log; |
+ RtcEventLogProxy* event_log; |
stefan-webrtc
2016/03/11 10:11:53
I think you can keep this as an RtcEventLog*, the
|
RTC_DISALLOW_COPY_AND_ASSIGN(Configuration); |
}; |