summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils.h b/utils.h
index a84f5128..f4046535 100644
--- a/utils.h
+++ b/utils.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_UTILS_H__
-#define CHROMEOS_PLATFORM_UPDATE_ENGINE_UTILS_H__
+#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_UTILS_H_
+#define CHROMEOS_PLATFORM_UPDATE_ENGINE_UTILS_H_
#include <algorithm>
#include <errno.h>
@@ -609,4 +609,4 @@ struct GLibStrvFreeDeleter : public base::FreeDeleter {
-#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_UTILS_H__
+#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_UTILS_H_