aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-03 13:46:47 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-03 13:46:47 -0800
commit758aa9f489cf914e210950ea9dd8ed4780bcaf73 (patch)
tree78f170814cb4fc4bde069191d231fb100c2a85fd /test/core/util
parent61eb40ce56cd72b89afbfac2af400b64d627522d (diff)
parent4f2d4769b9b7ef65a997810a42f6796daa1d58b8 (diff)
Merge branch 'debug_helpers' of github.com:ctiller/grpc into debug_helpers
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/debugger_macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/util/debugger_macros.h b/test/core/util/debugger_macros.h
index 4494176560..772fb2a290 100644
--- a/test/core/util/debugger_macros.h
+++ b/test/core/util/debugger_macros.h
@@ -31,9 +31,9 @@
*
*/
-#ifndef DEBUGGER_MACROS_H
-#define DEBUGGER_MACROS_H
+#ifndef GRPC_CORE_EXT_DEBUG_DEBUGGER_MACROS_H
+#define GRPC_CORE_EXT_DEBUG_DEBUGGER_MACROS_H
void grpc_summon_debugger_macros();
-#endif
+#endif /* GRPC_CORE_EXT_DEBUG_DEBUGGER_MACROS_H */