aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/http_proxy.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-02 16:23:17 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-02 16:23:17 -0700
commitd608cd6bd462e6270d4276f32e885057157c7865 (patch)
treebdae6faac0e7ed708b1c1efc2ddd3b4b44322c6a /src/core/ext/filters/client_channel/http_proxy.h
parentd52e22f11b0e576a6da2a6dab04b7b5d0959ebc8 (diff)
Fix include guards
Diffstat (limited to 'src/core/ext/filters/client_channel/http_proxy.h')
-rw-r--r--src/core/ext/filters/client_channel/http_proxy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/filters/client_channel/http_proxy.h b/src/core/ext/filters/client_channel/http_proxy.h
index c8882b1ef1..f0df74bbda 100644
--- a/src/core/ext/filters/client_channel/http_proxy.h
+++ b/src/core/ext/filters/client_channel/http_proxy.h
@@ -31,9 +31,9 @@
*
*/
-#ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_PROXY_H
-#define GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_PROXY_H
+#ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_PROXY_H
+#define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_PROXY_H
void grpc_register_http_proxy_mapper();
-#endif /* GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_PROXY_H */
+#endif /* GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_PROXY_H */