Fix minor errors in StepCreateRecoveryFile 02/163302/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 8 Dec 2017 09:44:55 +0000 (18:44 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 8 Dec 2017 09:44:55 +0000 (18:44 +0900)
Change-Id: I4b4b4415714e16a6a2e8b27da66b410fe8f220b3
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/step/recovery/step_create_recovery_file.cc
src/common/step/recovery/step_create_recovery_file.h

index 51d89c3f7f916e57e16a6ebe3fc6cd66601449e4..6495d65aae6ebad4670714c38b2d764f1a028678 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a apache 2.0 license that can be
 // found in the LICENSE file.
 
-#include "step_create_recovery_file.h"
+#include "common/step/recovery/step_create_recovery_file.h"
 
 #include <boost/filesystem/path.hpp>
 
index 38a7b9d177c034516f611315390e30defdfe7c0e..c80361dd3310a2af014078950efb153ad8253bcd 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a apache 2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef COMMON_STEP_RECOVERY_STEP_RECORD_RECOVERY_FILE_H_
-#define COMMON_STEP_RECOVERY_STEP_RECORD_RECOVERY_FILE_H_
+#ifndef COMMON_STEP_RECOVERY_STEP_CREATE_RECOVERY_FILE_H_
+#define COMMON_STEP_RECOVERY_STEP_CREATE_RECOVERY_FILE_H_
 
 #include <manifest_parser/utils/logging.h>
 
@@ -30,4 +30,4 @@ class StepCreateRecoveryFile : public Step {
 }  // namespace configuration
 }  // namespace common_installer
 
-#endif  // COMMON_STEP_RECOVERY_STEP_RECORD_RECOVERY_FILE_H_
+#endif  // COMMON_STEP_RECOVERY_STEP_CREATE_RECOVERY_FILE_H_