aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/secure_auth_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/common/secure_auth_context.h')
-rw-r--r--src/cpp/common/secure_auth_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpp/common/secure_auth_context.h b/src/cpp/common/secure_auth_context.h
index aa0f6a0db7..264ed620a3 100644
--- a/src/cpp/common/secure_auth_context.h
+++ b/src/cpp/common/secure_auth_context.h
@@ -53,9 +53,9 @@ class SecureAuthContext GRPC_FINAL : public AuthContext {
std::vector<grpc::string> FindPropertyValues(const grpc::string& name) const
GRPC_OVERRIDE;
- PropertyIterator begin() const GRPC_OVERRIDE;
+ AuthPropertyIterator begin() const GRPC_OVERRIDE;
- PropertyIterator end() const GRPC_OVERRIDE;
+ AuthPropertyIterator end() const GRPC_OVERRIDE;
private:
grpc_auth_context* ctx_;