aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-07 00:37:36 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-07 00:37:36 -0800
commit36e02bff2b5287e65ce92a8fd0d9a2b818462f5b (patch)
treec86c6784757d49914e0e7c95ad2404e8b5a7a714 /src/core
parent09703ea30089464820dd56a07711f81a2d1e0f3c (diff)
Fix sanity
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/channel/status_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/channel/status_util.h b/src/core/lib/channel/status_util.h
index 2c552fa20a..5409de6b3c 100644
--- a/src/core/lib/channel/status_util.h
+++ b/src/core/lib/channel/status_util.h
@@ -16,8 +16,8 @@
*
*/
-#ifndef GRPC_LIB_CHANNEL_STATUS_UTILS_H
-#define GRPC_LIB_CHANNEL_STATUS_UTILS_H
+#ifndef GRPC_CORE_LIB_CHANNEL_STATUS_UTIL_H
+#define GRPC_CORE_LIB_CHANNEL_STATUS_UTIL_H
#include <grpc/support/port_platform.h>
@@ -55,4 +55,4 @@ class StatusCodeSet {
} // namespace internal
} // namespace grpc_core
-#endif /* GRPC_LIB_CHANNEL_STATUS_UTILS_H */
+#endif /* GRPC_CORE_LIB_CHANNEL_STATUS_UTIL_H */