X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibjingle%2Fsource%2Ftalk%2Fapp%2Fwebrtc%2Fobjc%2FRTCAudioTrack%2BInternal.h;h=60e40bf0fff816610047eab19af1547c00a9cd8d;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=17d2723247cf7928869461c33cb60b0dc51da220;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libjingle/source/talk/app/webrtc/objc/RTCAudioTrack+Internal.h b/src/third_party/libjingle/source/talk/app/webrtc/objc/RTCAudioTrack+Internal.h index 17d2723..60e40bf 100644 --- a/src/third_party/libjingle/source/talk/app/webrtc/objc/RTCAudioTrack+Internal.h +++ b/src/third_party/libjingle/source/talk/app/webrtc/objc/RTCAudioTrack+Internal.h @@ -32,6 +32,6 @@ @interface RTCAudioTrack (Internal) @property(nonatomic, assign, readonly) - talk_base::scoped_refptr audioTrack; + rtc::scoped_refptr audioTrack; @end