Index: sandbox/win/src/acl.h |
diff --git a/sandbox/win/src/acl.h b/sandbox/win/src/acl.h |
index 25d5cdb1611b77487585afddb435cdc7f71a8ff3..5eea40d0b60d12cf393dd8520185f1c9a909b2e9 100644 |
--- a/sandbox/win/src/acl.h |
+++ b/sandbox/win/src/acl.h |
@@ -13,8 +13,9 @@ |
namespace sandbox { |
// Returns the default dacl from the token passed in. |
-bool GetDefaultDacl(HANDLE token, |
- scoped_ptr_malloc<TOKEN_DEFAULT_DACL>* default_dacl); |
+bool GetDefaultDacl( |
+ HANDLE token, |
+ scoped_ptr<TOKEN_DEFAULT_DACL, base::FreeDeleter>* 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 |