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