aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/resolver_registry.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:50:42 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:50:42 -0700
commit5aceb2740849a0d36bc45fd807309f6e2fc0d2c2 (patch)
treebc37276fff31b5e414295b813937df6b61c5988b /src/core/ext/client_config/resolver_registry.h
parent28435e4d62a30885dccbba7194d7a89c98670340 (diff)
Fix include guards
Diffstat (limited to 'src/core/ext/client_config/resolver_registry.h')
-rw-r--r--src/core/ext/client_config/resolver_registry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/client_config/resolver_registry.h b/src/core/ext/client_config/resolver_registry.h
index 2de34b32ac..0467671d38 100644
--- a/src/core/ext/client_config/resolver_registry.h
+++ b/src/core/ext/client_config/resolver_registry.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_CORE_LIB_CLIENT_CONFIG_RESOLVER_REGISTRY_H
-#define GRPC_CORE_LIB_CLIENT_CONFIG_RESOLVER_REGISTRY_H
+#ifndef GRPC_CORE_EXT_CLIENT_CONFIG_RESOLVER_REGISTRY_H
+#define GRPC_CORE_EXT_CLIENT_CONFIG_RESOLVER_REGISTRY_H
#include "src/core/ext/client_config/resolver_factory.h"
@@ -66,4 +66,4 @@ grpc_resolver_factory *grpc_resolver_factory_lookup(const char *name);
representing the default authority to pass from a client. */
char *grpc_get_default_authority(const char *target);
-#endif /* GRPC_CORE_LIB_CLIENT_CONFIG_RESOLVER_REGISTRY_H */
+#endif /* GRPC_CORE_EXT_CLIENT_CONFIG_RESOLVER_REGISTRY_H */