Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / app / webrtc / jsepsessiondescription.h
index 7ca7a22..07d13a3 100644 (file)
@@ -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<cricket::SessionDescription> description_;
+  rtc::scoped_ptr<cricket::SessionDescription> description_;
   std::string session_id_;
   std::string session_version_;
   std::string type_;