diff options
Diffstat (limited to 'prefs_interface.h')
-rw-r--r-- | prefs_interface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prefs_interface.h b/prefs_interface.h index 0e7ad7df..a3676e46 100644 --- a/prefs_interface.h +++ b/prefs_interface.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_PREFS_INTERFACE_H__ -#define CHROMEOS_PLATFORM_UPDATE_ENGINE_PREFS_INTERFACE_H__ +#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_PREFS_INTERFACE_H_ +#define CHROMEOS_PLATFORM_UPDATE_ENGINE_PREFS_INTERFACE_H_ #include <string> @@ -56,4 +56,4 @@ class PrefsInterface { } // namespace chromeos_update_engine -#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_PREFS_INTERFACE_H__ +#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_PREFS_INTERFACE_H_ |