aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util/exit_code.h
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-12 14:52:30 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-15 09:35:13 +0000
commit0d56b6cdc0d2177231a2c14ab4c33be40a3ae234 (patch)
tree977321caee47430a9609c6d24015570187bafb48 /src/main/cpp/util/exit_code.h
parentfeb09392389fa0fedbd364e1c90e86358014a051 (diff)
Update include guards.
-- MOS_MIGRATED_REVID=93413161
Diffstat (limited to 'src/main/cpp/util/exit_code.h')
-rw-r--r--src/main/cpp/util/exit_code.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/cpp/util/exit_code.h b/src/main/cpp/util/exit_code.h
index 6cf9cf00de..e918fc4dec 100644
--- a/src/main/cpp/util/exit_code.h
+++ b/src/main/cpp/util/exit_code.h
@@ -16,8 +16,8 @@
// Must be kept in sync with the Java counterpart under
// com/google/devtools/build/lib/util/ExitCode.java
-#ifndef DEVTOOLS_BLAZE_MAIN_UTIL_EXIT_CODE_H_
-#define DEVTOOLS_BLAZE_MAIN_UTIL_EXIT_CODE_H_
+#ifndef BAZEL_SRC_MAIN_CPP_UTIL_EXIT_CODE_H_
+#define BAZEL_SRC_MAIN_CPP_UTIL_EXIT_CODE_H_
namespace blaze_exit_code {
@@ -39,4 +39,4 @@ enum ExitCode {
} // namespace blaze_exit_code
-#endif // DEVTOOLS_BLAZE_MAIN_UTIL_EXIT_CODE_H_
+#endif // BAZEL_SRC_MAIN_CPP_UTIL_EXIT_CODE_H_