| Index: webrtc/audio/audio_receive_stream.h
|
| diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
|
| index 42286af22b9d584f7744292b8050ecd47cafd118..cbaa3d261a7e3b460fc1a8afe36f5b9d5e15a3d1 100644
|
| --- a/webrtc/audio/audio_receive_stream.h
|
| +++ b/webrtc/audio/audio_receive_stream.h
|
| @@ -44,7 +44,7 @@ class AudioReceiveStream final : public webrtc::AudioReceiveStream {
|
| // webrtc::AudioReceiveStream implementation.
|
| webrtc::AudioReceiveStream::Stats GetStats() const override;
|
|
|
| - void SetSink(rtc::scoped_ptr<AudioSinkInterface> sink) override;
|
| + void SetSink(rtc::scoped_refptr<AudioSinkInterface> sink) override;
|
|
|
| const webrtc::AudioReceiveStream::Config& config() const;
|
|
|
|
|