aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/client_channel_factory.cc
diff options
context:
space:
mode:
authorGravatar Juanli Shen <juanlishen@google.com>2019-01-08 17:41:23 -0800
committerGravatar Juanli Shen <juanlishen@google.com>2019-01-08 19:43:45 -0800
commit23677bd827f6e749b4a3e2bec73eea40dece565e (patch)
tree0e2ab5c11ee8924efa2cf023411427f6d6992433 /src/core/ext/filters/client_channel/client_channel_factory.cc
parent26dddbb10dfc74db458d975f42346a9d677ca5ed (diff)
Remove subchannel args
Diffstat (limited to 'src/core/ext/filters/client_channel/client_channel_factory.cc')
-rw-r--r--src/core/ext/filters/client_channel/client_channel_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/client_channel_factory.cc b/src/core/ext/filters/client_channel/client_channel_factory.cc
index 172e9f03c7..130bbe0418 100644
--- a/src/core/ext/filters/client_channel/client_channel_factory.cc
+++ b/src/core/ext/filters/client_channel/client_channel_factory.cc
@@ -30,7 +30,7 @@ void grpc_client_channel_factory_unref(grpc_client_channel_factory* factory) {
}
grpc_subchannel* grpc_client_channel_factory_create_subchannel(
- grpc_client_channel_factory* factory, const grpc_subchannel_args* args) {
+ grpc_client_channel_factory* factory, const grpc_channel_args* args) {
return factory->vtable->create_subchannel(factory, args);
}