Index: base/compat_execinfo.h |
diff --git a/base/compat_execinfo.h b/base/compat_execinfo.h |
index 348c5cd9f8b7e338b1aeb73996d8361763138412..c615cf273cbd952ac289d96f50149f26d6535c62 100644 |
--- a/base/compat_execinfo.h |
+++ b/base/compat_execinfo.h |
@@ -5,8 +5,8 @@ |
// A file you can include instead of <execinfo.h> if your project might need |
// to run on Mac OS X 10.4. |
-#ifndef BASE_COMPAT_EXECINFO_H_ |
-#define BASE_COMPAT_EXECINFO_H_ |
+#ifndef BASE_COMPAT_EXECINFO_H |
+#define BASE_COMPAT_EXECINFO_H |
#include "build/build_config.h" |
@@ -30,4 +30,4 @@ |
#include <execinfo.h> |
#endif |
-#endif // BASE_COMPAT_EXECINFO_H_ |
+#endif // BASE_COMPAT_EXECINFO_H |