X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibjingle%2Fsource%2Ftalk%2Fapp%2Fwebrtc%2Fjsepsessiondescription.h;h=07d13a34425b0e44eeb19f811469786d15929157;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=7ca7a22429ff2d92b064ff80fa9ed104e07bc37a;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libjingle/source/talk/app/webrtc/jsepsessiondescription.h b/src/third_party/libjingle/source/talk/app/webrtc/jsepsessiondescription.h index 7ca7a22..07d13a3 100644 --- a/src/third_party/libjingle/source/talk/app/webrtc/jsepsessiondescription.h +++ b/src/third_party/libjingle/source/talk/app/webrtc/jsepsessiondescription.h @@ -35,7 +35,7 @@ #include "talk/app/webrtc/jsep.h" #include "talk/app/webrtc/jsepicecandidate.h" -#include "talk/base/scoped_ptr.h" +#include "webrtc/base/scoped_ptr.h" namespace cricket { class SessionDescription; @@ -89,7 +89,7 @@ class JsepSessionDescription : public SessionDescriptionInterface { static const int kDefaultVideoCodecPreference; private: - talk_base::scoped_ptr description_; + rtc::scoped_ptr description_; std::string session_id_; std::string session_version_; std::string type_;