tizen 2.4 release
[framework/web/wrt-plugins-common.git] / src / CommonsJavaScript / DOMExceptionData.h
similarity index 93%
rename from src_wearable/CommonsJavaScript/DOMExceptionData.h
rename to src/CommonsJavaScript/DOMExceptionData.h
index b6cd760..140d875 100644 (file)
@@ -17,7 +17,7 @@
 #define WRTDEVICEAPIS_COMMONSJAVASCRIPT_DOM_EXCEPTION_DATA_H_
 
 #include <string>
-#include <dpl/shared_ptr.h>
+#include <memory>
 
 namespace WrtDeviceApis {
 namespace CommonsJavaScript {
@@ -35,7 +35,7 @@ class DOMExceptionData
     std::string m_message;
 };
 
-typedef DPL::SharedPtr<DOMExceptionData> DOMExceptionDataPtr;
+typedef std::shared_ptr<DOMExceptionData> DOMExceptionDataPtr;
 } // CommonsJavaScript
 } // WrtDeviceApis