aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/slice_splitter.h
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-01 05:24:36 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-01 06:18:14 +0100
commit1ff52d5278b625ede3d008f053b652fa455eaf6b (patch)
tree588eec54aab2ec62c497b9395d21a4dd9abb8140 /test/core/util/slice_splitter.h
parent0c84e3c4e68ba9c480074387fadf40fb9b8da873 (diff)
Guard headers tool.
Diffstat (limited to 'test/core/util/slice_splitter.h')
-rw-r--r--test/core/util/slice_splitter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/util/slice_splitter.h b/test/core/util/slice_splitter.h
index b67fe737cb..1ce1c097e2 100644
--- a/test/core/util/slice_splitter.h
+++ b/test/core/util/slice_splitter.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef __GRPC_TEST_UTIL_SLICE_SPLITTER_H__
-#define __GRPC_TEST_UTIL_SLICE_SPLITTER_H__
+#ifndef GRPC_TEST_CORE_UTIL_SLICE_SPLITTER_H
+#define GRPC_TEST_CORE_UTIL_SLICE_SPLITTER_H
/* utility function to split/merge slices together to help create test
cases */
@@ -65,4 +65,4 @@ gpr_slice grpc_slice_merge(gpr_slice *slices, size_t nslices);
const char *grpc_slice_split_mode_name(grpc_slice_split_mode mode);
-#endif /* __GRPC_TEST_UTIL_SLICE_SPLITTER_H__ */
+#endif /* GRPC_TEST_CORE_UTIL_SLICE_SPLITTER_H */