Index: webrtc/audio/audio_send_stream.h |
diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h |
index e92c326c537813270e62e2a2552b40fb37a0464d..2e0b7aed584620aaddcdf6f8c92b3926389b73b9 100644 |
--- a/webrtc/audio/audio_send_stream.h |
+++ b/webrtc/audio/audio_send_stream.h |
@@ -22,6 +22,7 @@ |
namespace webrtc { |
class CongestionController; |
class VoiceEngine; |
+class RtcEventLog; |
namespace voe { |
class ChannelProxy; |
@@ -35,7 +36,8 @@ class AudioSendStream final : public webrtc::AudioSendStream, |
const rtc::scoped_refptr<webrtc::AudioState>& audio_state, |
rtc::TaskQueue* worker_queue, |
CongestionController* congestion_controller, |
- BitrateAllocator* bitrate_allocator); |
+ BitrateAllocator* bitrate_allocator, |
+ RtcEventLog* event_log); |
~AudioSendStream() override; |
// webrtc::AudioSendStream implementation. |