| Index: sandbox/win/src/restricted_token.h
|
| diff --git a/sandbox/win/src/restricted_token.h b/sandbox/win/src/restricted_token.h
|
| index 1bfc364b63418dce6bb13b3b92537ea96fae9042..e0cd129e009bd2fbf7af74c48d6effc971730236 100644
|
| --- a/sandbox/win/src/restricted_token.h
|
| +++ b/sandbox/win/src/restricted_token.h
|
| @@ -177,7 +177,7 @@ class RestrictedToken {
|
| // The list of sids to mark as Deny Only in the restricted token.
|
| std::vector<Sid> sids_for_deny_only_;
|
| // The token to restrict. Can only be set in a constructor.
|
| - HANDLE effective_token_;
|
| + base::win::ScopedHandle effective_token_;
|
| // The token integrity level. Only valid on Vista.
|
| IntegrityLevel integrity_level_;
|
| // Tells if the object is initialized or not (if Init() has been called)
|
|
|