diff options
Diffstat (limited to 'file_descriptor.h')
-rw-r--r-- | file_descriptor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/file_descriptor.h b/file_descriptor.h index 67d7b141..8a31180b 100644 --- a/file_descriptor.h +++ b/file_descriptor.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_FILE_DESCRIPTOR_H__ -#define CHROMEOS_PLATFORM_UPDATE_ENGINE_FILE_DESCRIPTOR_H__ +#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_FILE_DESCRIPTOR_H_ +#define CHROMEOS_PLATFORM_UPDATE_ENGINE_FILE_DESCRIPTOR_H_ #include <errno.h> #include <sys/types.h> @@ -119,4 +119,4 @@ class ScopedFileDescriptorCloser { } // namespace chromeos_update_engine -#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_FILE_DESCRIPTOR_H__ +#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_FILE_DESCRIPTOR_H_ |