| Index: webrtc/audio/audio_send_stream.h
|
| diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
|
| index 5ee49da91a7a1469285d1fcf675c39c53a43ac5c..5215cf9134dc57bed4613fd8fd56707693efd342 100644
|
| --- a/webrtc/audio/audio_send_stream.h
|
| +++ b/webrtc/audio/audio_send_stream.h
|
| @@ -75,6 +75,7 @@ class AudioSendStream final : public webrtc::AudioSendStream,
|
| const webrtc::AudioSendStream::Config config_;
|
| rtc::scoped_refptr<webrtc::AudioState> audio_state_;
|
| std::unique_ptr<voe::ChannelProxy> channel_proxy_;
|
| + RtcEventLog* const event_log_;
|
|
|
| BitrateAllocator* const bitrate_allocator_;
|
| CongestionController* const congestion_controller_;
|
|
|