Index: sandbox/win/src/sandbox_policy_base.h |
diff --git a/sandbox/win/src/sandbox_policy_base.h b/sandbox/win/src/sandbox_policy_base.h |
index 1de5cf8c368cd42ca13df69efe479fdbabc5c405..dd9d9aa3d11ad74ade424549defea65f8f129e80 100644 |
--- a/sandbox/win/src/sandbox_policy_base.h |
+++ b/sandbox/win/src/sandbox_policy_base.h |
@@ -83,7 +83,8 @@ class PolicyBase : public Dispatcher, public TargetPolicy { |
// Creates the two tokens with the levels specified in a previous call to |
// SetTokenLevel(). |
- ResultCode MakeTokens(HANDLE* initial, HANDLE* lockdown); |
+ ResultCode MakeTokens(base::win::ScopedHandle* initial, |
+ base::win::ScopedHandle* lockdown); |
const AppContainerAttributes* GetAppContainer() const; |