Skip recover change owner
[platform/core/appfw/app-installers.git] / src / common / step / mount / step_mount_update.h
index 26d91c7..99ed4fe 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef COMMON_STEP_MOUNT_STEP_MOUNT_UPDATE_H_
 #define COMMON_STEP_MOUNT_STEP_MOUNT_UPDATE_H_
 
+#include <boost/filesystem/path.hpp>
+
 #include <manifest_parser/utils/logging.h>
 
 #include "common/installer_context.h"
@@ -42,6 +44,9 @@ class StepMountUpdate : public MountBase, public Step {
       const boost::filesystem::path& mount_path) override;
   Status UmountPackagePath();
 
+ private:
+  boost::filesystem::path backup_path_;
+
   STEP_NAME(MountUpdate)
 };