| Index: talk/session/media/channel.h
|
| diff --git a/talk/session/media/channel.h b/talk/session/media/channel.h
|
| index d8fde670a0ec5b714023da1f440faa34254f33c4..1ea332201663ba2c762e1c46b95112f7880e849a 100644
|
| --- a/talk/session/media/channel.h
|
| +++ b/talk/session/media/channel.h
|
| @@ -376,7 +376,7 @@ class VoiceChannel : public BaseChannel {
|
| bool InsertDtmf(uint32_t ssrc, int event_code, int duration);
|
| bool SetOutputVolume(uint32_t ssrc, double volume);
|
| void SetRawAudioSink(uint32_t ssrc,
|
| - rtc::scoped_ptr<webrtc::AudioSinkInterface> sink);
|
| + rtc::scoped_refptr<webrtc::AudioSinkInterface> sink);
|
|
|
| // Get statistics about the current media session.
|
| bool GetStats(VoiceMediaInfo* stats);
|
|
|