Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / app / webrtc / objc / RTCAudioTrack+Internal.h
index 17d2723..60e40bf 100644 (file)
@@ -32,6 +32,6 @@
 @interface RTCAudioTrack (Internal)
 
 @property(nonatomic, assign, readonly)
-    talk_base::scoped_refptr<webrtc::AudioTrackInterface> audioTrack;
+    rtc::scoped_refptr<webrtc::AudioTrackInterface> audioTrack;
 
 @end