diff --git a/talk/app/webrtc/remoteaudiosource.cc b/talk/app/webrtc/remoteaudiosource.cc index e5af1e9487..a35f0bb787 100644 --- a/talk/app/webrtc/remoteaudiosource.cc +++ b/talk/app/webrtc/remoteaudiosource.cc @@ -97,7 +97,7 @@ void RemoteAudioSource::Initialize(uint32_t ssrc, // we register for callbacks here and not on demand in AddSink. if (provider) { // May be null in tests. provider->SetRawAudioSink( - ssrc, std::move(rtc::scoped_ptr(new Sink(this)))); + ssrc, rtc::scoped_ptr(new Sink(this))); } }