Fix make errors

This commit is contained in:
Karthik Ravi Shankar 2019-04-23 18:23:16 -07:00
parent 38ffd8ca84
commit 360251f196
1 changed files with 1 additions and 1 deletions

View File

@ -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,