Fix make errors

pull/18454/head
Karthik Ravi Shankar 6 years ago
parent 858b5cca20
commit 02cfba7737
  1. 2
      src/cpp/client/cronet_credentials.cc

@ -29,7 +29,7 @@ class CronetChannelCredentialsImpl final : public ChannelCredentials {
public:
CronetChannelCredentialsImpl(void* engine) : engine_(engine) {}
std::shared_ptr<grpc::Channel> CreateChannel(
std::shared_ptr<grpc::Channel> CreateChannelImpl(
const string& target, const grpc::ChannelArguments& args) override {
return CreateChannelWithInterceptors(
target, args,

Loading…
Cancel
Save