| Index: sandbox/src/acl.h
|
| ===================================================================
|
| --- sandbox/src/acl.h (revision 116953)
|
| +++ sandbox/src/acl.h (working copy)
|
| @@ -13,7 +13,8 @@
|
| namespace sandbox {
|
|
|
| // Returns the default dacl from the token passed in.
|
| -bool GetDefaultDacl(HANDLE token, scoped_ptr<TOKEN_DEFAULT_DACL>* default_dacl);
|
| +bool GetDefaultDacl(HANDLE token,
|
| + scoped_ptr_malloc<TOKEN_DEFAULT_DACL>* default_dacl);
|
|
|
| // Appends an ACE represented by |sid| and |access| to |old_dacl|. If the
|
| // function succeeds, new_dacl contains the new dacl and must be freed using
|
|
|