aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/client_config/resolver_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/client_config/resolver_registry.h')
-rw-r--r--src/core/lib/client_config/resolver_registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/client_config/resolver_registry.h b/src/core/lib/client_config/resolver_registry.h
index 330cb7f544..e7eec6d3a6 100644
--- a/src/core/lib/client_config/resolver_registry.h
+++ b/src/core/lib/client_config/resolver_registry.h
@@ -56,7 +56,7 @@ void grpc_register_resolver_type(grpc_resolver_factory *factory);
return it.
If a resolver factory was not found, return NULL. */
grpc_resolver *grpc_resolver_create(
- const char *target, grpc_subchannel_factory *subchannel_factory);
+ const char *target, grpc_client_channel_factory *client_channel_factory);
/** Given a target, return a (freshly allocated with gpr_malloc) string
representing the default authority to pass from a client. */