aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-21 07:11:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-21 07:11:14 -0700
commit9d9e4d3e21a5cb054c53e9096cfafceb8fcc30e9 (patch)
treeb6e417f46fa49dd73423c38bfd1e7a5a373ce879 /src/core/channel
parent3448887c901aab0db2b44b73f7840ed5b30b3c7d (diff)
Please the include sanity check
Diffstat (limited to 'src/core/channel')
-rw-r--r--src/core/channel/channel_stack_builder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/channel/channel_stack_builder.h b/src/core/channel/channel_stack_builder.h
index 5540eea122..15f395e8b8 100644
--- a/src/core/channel/channel_stack_builder.h
+++ b/src/core/channel/channel_stack_builder.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_INTERNAL_CORE_CHANNEL_CHANNEL_BUILDER_H
-#define GRPC_INTERNAL_CORE_CHANNEL_CHANNEL_BUILDER_H
+#ifndef GRPC_CORE_CHANNEL_CHANNEL_STACK_BUILDER_H
+#define GRPC_CORE_CHANNEL_CHANNEL_STACK_BUILDER_H
#include <stdbool.h>
@@ -152,4 +152,4 @@ void grpc_channel_stack_builder_destroy(grpc_channel_stack_builder *builder);
extern int grpc_trace_channel_stack_builder;
-#endif
+#endif /* GRPC_CORE_CHANNEL_CHANNEL_STACK_BUILDER_H */