Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index 0c26b0098661e864c2db5459725b2475436cc741..39eed67d5d42f3ae973d981aaf3b41ccdca555f9 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -24,7 +24,6 @@ |
class AudioSinkInterface; |
class PacketRouter; |
-class RtcEventLog; |
class RtpPacketSender; |
class Transport; |
class TransportFeedbackObserver; |
@@ -88,8 +87,6 @@ |
virtual void SetChannelOutputVolumeScaling(float scaling); |
- virtual void SetRtcEventLog(RtcEventLog* event_log); |
- |
private: |
Channel* channel() const; |