diff options
Diffstat (limited to 'filesystem_copier_action.h')
-rw-r--r-- | filesystem_copier_action.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystem_copier_action.h b/filesystem_copier_action.h index c01fdeb7..fce8e09d 100644 --- a/filesystem_copier_action.h +++ b/filesystem_copier_action.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_FILESYSTEM_COPIER_ACTION_H__ -#define CHROMEOS_PLATFORM_UPDATE_ENGINE_FILESYSTEM_COPIER_ACTION_H__ +#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_FILESYSTEM_COPIER_ACTION_H_ +#define CHROMEOS_PLATFORM_UPDATE_ENGINE_FILESYSTEM_COPIER_ACTION_H_ #include <sys/stat.h> #include <sys/types.h> @@ -141,4 +141,4 @@ class FilesystemCopierAction : public InstallPlanAction { } // namespace chromeos_update_engine -#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_FILESYSTEM_COPIER_ACTION_H__ +#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_FILESYSTEM_COPIER_ACTION_H_ |