Rename backup_paths.h to paths.h 98/74298/5
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 13 Jun 2016 14:06:10 +0000 (16:06 +0200)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Thu, 23 Jun 2016 02:25:45 +0000 (19:25 -0700)
Submit together:
 - https://review.tizen.org/gerrit/74296
 - https://review.tizen.org/gerrit/74297
 - https://review.tizen.org/gerrit/74298

Change-Id: I9b679eebc05951df0e9c706c1495bf54a376fb9e

src/unit_tests/smoke_test.cc
src/wgt/step/configuration/step_parse.cc
src/wgt/step/configuration/step_parse_recovery.cc
src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc
src/wgt/step/filesystem/step_wgt_update_package_directory.cc

index 3ab430b..f150590 100644 (file)
@@ -6,7 +6,7 @@
 #include <boost/filesystem/path.hpp>
 #include <boost/range/iterator_range.hpp>
 #include <boost/system/error_code.hpp>
-#include <common/backup_paths.h>
+#include <common/paths.h>
 #include <common/pkgmgr_interface.h>
 #include <common/pkgmgr_registration.h>
 #include <common/request.h>
index 5e1a677..24c359b 100644 (file)
@@ -8,7 +8,7 @@
 #include <boost/filesystem/path.hpp>
 
 #include <common/app_installer.h>
-#include <common/backup_paths.h>
+#include <common/paths.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 #include <common/utils/glist_range.h>
index c01cb41..8ff406d 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "wgt/step/configuration/step_parse_recovery.h"
 
-#include <common/backup_paths.h>
+#include <common/paths.h>
 #include <common/installer_context.h>
 
 namespace {
index fc4907b..a4e1d6a 100644 (file)
@@ -8,7 +8,7 @@
 #include <boost/filesystem/operations.hpp>
 #include <boost/system/system_error.hpp>
 
-#include <common/backup_paths.h>
+#include <common/paths.h>
 #include <common/utils/file_util.h>
 
 namespace bf = boost::filesystem;
index 0aadad5..17e07d9 100644 (file)
@@ -8,7 +8,7 @@
 #include <boost/filesystem/operations.hpp>
 #include <boost/system/error_code.hpp>
 
-#include <common/backup_paths.h>
+#include <common/paths.h>
 #include <common/utils/file_util.h>
 
 namespace bf = boost::filesystem;