Upstream version 5.34.97.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_paths.cc
index 06de4ae..e0d796b 100644 (file)
@@ -42,7 +42,7 @@ bool GetXWalkDataPath(base::FilePath* path) {
   CHECK(PathService::Get(base::DIR_LOCAL_APP_DATA, &cur));
   cur = cur.Append(xwalk_suffix);
 
-#elif defined(OS_TIZEN)
+#elif defined(OS_TIZEN_MOBILE)
   if (XWalkRunner::GetInstance()->is_running_as_service())
     cur = GetConfigPath().Append(xwalk_suffix);
   else