aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-27 11:40:28 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-27 11:40:28 -0700
commit9a2cea0aed7d3be519979116928a9c4585aa40f1 (patch)
tree491db943eb70f821fcfdae497c7c7c7165184719 /src/core
parent49f625f232bc859cbb59a0de37bbd1d66b8b8ec7 (diff)
fix include guard
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ext/transport/chttp2/client/authority.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/transport/chttp2/client/authority.h b/src/core/ext/transport/chttp2/client/authority.h
index fa08bd7073..642584ef56 100644
--- a/src/core/ext/transport/chttp2/client/authority.h
+++ b/src/core/ext/transport/chttp2/client/authority.h
@@ -16,8 +16,8 @@
*
*/
-#ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_AUTHORITY_H
-#define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_AUTHORITY_H
+#ifndef GRPC_CORE_EXT_TRANSPORT_CHTTP2_CLIENT_AUTHORITY_H
+#define GRPC_CORE_EXT_TRANSPORT_CHTTP2_CLIENT_AUTHORITY_H
#include <grpc/support/port_platform.h>
@@ -33,4 +33,4 @@
grpc_channel_args* grpc_default_authority_add_if_not_present(
const grpc_channel_args* args);
-#endif /* GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_AUTHORITY_H */
+#endif /* GRPC_CORE_EXT_TRANSPORT_CHTTP2_CLIENT_AUTHORITY_H */