Index: base/mac/scoped_authorizationref.h |
diff --git a/base/mac/scoped_authorizationref.h b/base/mac/scoped_authorizationref.h |
index 6413f2e41649849c6cb7153b43e29a2b34a8037e..18114883800a53e217b50114e036168a7c0de01b 100644 |
--- a/base/mac/scoped_authorizationref.h |
+++ b/base/mac/scoped_authorizationref.h |
@@ -49,9 +49,7 @@ class ScopedAuthorizationRef { |
return authorization_; |
} |
- AuthorizationRef* operator&() { |
- return &authorization_; |
- } |
+ AuthorizationRef* get_pointer() { return &authorization_; } |
AuthorizationRef get() const { |
return authorization_; |