Make declaration match definition

pull/17859/head
Vijay Pai 6 years ago committed by GitHub
parent 425693696d
commit 80a0488d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/cpp/interop/interop_client.h

@ -89,8 +89,8 @@ class InteropClient {
const grpc::string& oauth_scope);
// username is a string containing the user email
bool DoPerRpcCreds(const grpc::string& json_key);
// username is the GCE default service account email
bool DoGoogleDefaultCredentials(const grpc::string& username);
// default_service_account is the GCE default service account email
bool DoGoogleDefaultCredentials(const grpc::string& default_service_account);
private:
class ServiceStub {

Loading…
Cancel
Save