// 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>
// 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>
} // namespace configuration
} // namespace common_installer
-#endif // COMMON_STEP_RECOVERY_STEP_RECORD_RECOVERY_FILE_H_
+#endif // COMMON_STEP_RECOVERY_STEP_CREATE_RECOVERY_FILE_H_