Fix error from make

pull/18730/head
Karthik Ravi Shankar 6 years ago
parent 3184fff6b2
commit 3a31b96ef9
  1. 2
      src/cpp/client/cronet_credentials.cc

@ -47,7 +47,7 @@ class CronetChannelCredentialsImpl final : public ChannelCredentials {
interceptor_creators) override {
grpc_channel_args channel_args;
args.SetChannelArgs(&channel_args);
return ::grpc_impl::CreateChannelInternal(
return CreateChannelInternal(
"",
grpc_cronet_secure_channel_create(engine_, target.c_str(),
&channel_args, nullptr),

Loading…
Cancel
Save