aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/slice/slice_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/slice/slice_internal.h')
-rw-r--r--src/core/lib/slice/slice_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/slice/slice_internal.h b/src/core/lib/slice/slice_internal.h
index a027a3979b..8bfe066fdb 100644
--- a/src/core/lib/slice/slice_internal.h
+++ b/src/core/lib/slice/slice_internal.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_CORE_LIB_SUPPORT_SLICE_INTERNAL_H
-#define GRPC_CORE_LIB_SUPPORT_SLICE_INTERNAL_H
+#ifndef GRPC_CORE_LIB_SLICE_SLICE_INTERNAL_H
+#define GRPC_CORE_LIB_SLICE_SLICE_INTERNAL_H
#include <grpc/slice.h>
#include <grpc/slice_buffer.h>
@@ -50,4 +50,4 @@ void grpc_slice_intern_init(void);
void grpc_slice_intern_shutdown(void);
void grpc_test_only_set_slice_interning_hash_seed(uint32_t key);
-#endif
+#endif /* GRPC_CORE_LIB_SLICE_SLICE_INTERNAL_H */