diff options
Diffstat (limited to 'install_plan.h')
-rw-r--r-- | install_plan.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install_plan.h b/install_plan.h index 29ce2124..9090f0bc 100644 --- a/install_plan.h +++ b/install_plan.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_INSTALL_PLAN_H__ -#define CHROMEOS_PLATFORM_UPDATE_ENGINE_INSTALL_PLAN_H__ +#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_INSTALL_PLAN_H_ +#define CHROMEOS_PLATFORM_UPDATE_ENGINE_INSTALL_PLAN_H_ #include <string> #include <vector> @@ -121,4 +121,4 @@ class InstallPlanAction : public Action<InstallPlanAction> { } // namespace chromeos_update_engine -#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_INSTALL_PLAN_H__ +#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_INSTALL_PLAN_H_ |