Merge pull request #25293 from mkruskal-google/master

Fully qualify std::string
pull/25297/head
Yang Gao 4 years ago committed by GitHub
commit e8f191a116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/grpcpp/impl/codegen/security/auth_context.h

@ -86,7 +86,7 @@ class AuthContext {
/// Mutation functions: should only be used by an AuthMetadataProcessor.
virtual void AddProperty(const std::string& key, const string_ref& value) = 0;
virtual bool SetPeerIdentityPropertyName(const string& name) = 0;
virtual bool SetPeerIdentityPropertyName(const std::string& name) = 0;
};
} // namespace grpc

Loading…
Cancel
Save