| Index: base/mac/scoped_authorizationref.h
|
| diff --git a/base/mac/scoped_authorizationref.h b/base/mac/scoped_authorizationref.h
|
| index 39afa8c9a5d89dc580a90d5514d7f8142ed0a5a5..7a43efd5b3d48253faafc68993134add0fe96c31 100644
|
| --- a/base/mac/scoped_authorizationref.h
|
| +++ b/base/mac/scoped_authorizationref.h
|
| @@ -61,7 +61,8 @@ class ScopedAuthorizationRef {
|
| authorization_ = temp;
|
| }
|
|
|
| - // ScopedAuthorizationRef::release() is like scoped_ptr<>::release. It is
|
| + // ScopedAuthorizationRef::release() is like std::unique_ptr<>::release. It
|
| + // is
|
| // NOT a wrapper for AuthorizationFree(). To force a
|
| // ScopedAuthorizationRef object to call AuthorizationFree(), use
|
| // ScopedAuthorizationRef::reset().
|
|
|