| Index: sandbox/win/src/sandbox_policy_base.cc
|
| diff --git a/sandbox/win/src/sandbox_policy_base.cc b/sandbox/win/src/sandbox_policy_base.cc
|
| index fbdeb29fea7027928c0ccd4e1cbd3407b222818d..47fa34d87ef7c0060c93ff9c2415b3c6f740bf04 100644
|
| --- a/sandbox/win/src/sandbox_policy_base.cc
|
| +++ b/sandbox/win/src/sandbox_policy_base.cc
|
| @@ -115,7 +115,7 @@ IntegrityLevel PolicyBase::alternate_desktop_integrity_level_label_ =
|
| INTEGRITY_LEVEL_SYSTEM;
|
|
|
| PolicyBase::PolicyBase()
|
| - : ref_count(1),
|
| + : ref_count(0),
|
| lockdown_level_(USER_LOCKDOWN),
|
| initial_level_(USER_LOCKDOWN),
|
| job_level_(JOB_LOCKDOWN),
|
|
|