Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: base/compat_execinfo.h

Issue 552004: Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/at_exit.h ('k') | base/crypto/rsa_private_key.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/compat_execinfo.h
diff --git a/base/compat_execinfo.h b/base/compat_execinfo.h
index c615cf273cbd952ac289d96f50149f26d6535c62..348c5cd9f8b7e338b1aeb73996d8361763138412 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 @@ extern void backtrace_symbols_fd(void* const*, int, int)
#include <execinfo.h>
#endif
-#endif // BASE_COMPAT_EXECINFO_H
+#endif // BASE_COMPAT_EXECINFO_H_
« no previous file with comments | « base/at_exit.h ('k') | base/crypto/rsa_private_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698