| Index: webrtc/audio/audio_receive_stream.h
|
| diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
|
| index 284f98e42d0af29ae01d210e5e86858a947fcead..24924c9a6d10788883754d54977c3731c4dd6f71 100644
|
| --- a/webrtc/audio/audio_receive_stream.h
|
| +++ b/webrtc/audio/audio_receive_stream.h
|
| @@ -22,6 +22,7 @@
|
| namespace webrtc {
|
| class CongestionController;
|
| class RemoteBitrateEstimator;
|
| +class RtcEventLog;
|
|
|
| namespace voe {
|
| class ChannelProxy;
|
| @@ -33,7 +34,8 @@ class AudioReceiveStream final : public webrtc::AudioReceiveStream {
|
| public:
|
| AudioReceiveStream(CongestionController* congestion_controller,
|
| const webrtc::AudioReceiveStream::Config& config,
|
| - const rtc::scoped_refptr<webrtc::AudioState>& audio_state);
|
| + const rtc::scoped_refptr<webrtc::AudioState>& audio_state,
|
| + webrtc::RtcEventLog* event_log);
|
| ~AudioReceiveStream() override;
|
|
|
| // webrtc::AudioReceiveStream implementation.
|
|
|