Fix make errors
This commit is contained in:
parent
38ffd8ca84
commit
360251f196
|
|
@ -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…
Reference in New Issue