aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-30 11:58:43 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-30 11:58:43 -0700
commit830c7bb4596342c2f093f7b49b631f0b3c5ff53d (patch)
treec954be876dfc7e540d336a790ea0bda08d4ad1a4 /src/core
parent3cb8b0b8cba79a7200b5bb60e6e711062dec34bc (diff)
Sanity headers
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ext/uri/uri_parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/uri/uri_parser.h b/src/core/ext/uri/uri_parser.h
index d749f23308..c13778bc55 100644
--- a/src/core/ext/uri/uri_parser.h
+++ b/src/core/ext/uri/uri_parser.h
@@ -16,8 +16,8 @@
*
*/
-#ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_URI_PARSER_H
-#define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_URI_PARSER_H
+#ifndef GRPC_CORE_EXT_URI_URI_PARSER_H
+#define GRPC_CORE_EXT_URI_URI_PARSER_H
#include <grpc/support/port_platform.h>
@@ -47,4 +47,4 @@ const char* grpc_uri_get_query_arg(const grpc_uri* uri, const char* key);
/** destroy a uri */
void grpc_uri_destroy(grpc_uri* uri);
-#endif /* GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_URI_PARSER_H */
+#endif /* GRPC_CORE_EXT_URI_URI_PARSER_H */