Index: talk/app/webrtc/mediastreamprovider.h |
diff --git a/talk/app/webrtc/mediastreamprovider.h b/talk/app/webrtc/mediastreamprovider.h |
index 2a82656476880c5aac13f911232d649c1119f6c1..585d51bcc8178c1ba245a40f6121cbe1971d5671 100644 |
--- a/talk/app/webrtc/mediastreamprovider.h |
+++ b/talk/app/webrtc/mediastreamprovider.h |
@@ -29,7 +29,7 @@ |
#define TALK_APP_WEBRTC_MEDIASTREAMPROVIDER_H_ |
#include "webrtc/base/basictypes.h" |
-#include "webrtc/base/scoped_ref_ptr.h" |
+#include "webrtc/base/scoped_ptr.h" |
namespace cricket { |
@@ -75,7 +75,7 @@ |
// passed to the provider. |
virtual void SetRawAudioSink( |
uint32_t ssrc, |
- const rtc::scoped_refptr<webrtc::AudioSinkInterface>& sink) = 0; |
+ rtc::scoped_ptr<webrtc::AudioSinkInterface> sink) = 0; |
protected: |
virtual ~AudioProviderInterface() {} |