Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / app / webrtc / objc / RTCVideoSource+Internal.h
index 1d3c4c9..962fa43 100644 (file)
@@ -32,6 +32,6 @@
 @interface RTCVideoSource (Internal)
 
 @property(nonatomic, assign, readonly)
-    talk_base::scoped_refptr<webrtc::VideoSourceInterface>videoSource;
+    rtc::scoped_refptr<webrtc::VideoSourceInterface>videoSource;
 
 @end