| Index: sandbox/win/src/restricted_token.cc | 
| diff --git a/sandbox/win/src/restricted_token.cc b/sandbox/win/src/restricted_token.cc | 
| index 7ebef3de9aefd278df5a012c95c9cc220e3983dd..d94ca06ef65902841e74f3288e3a17809464bf1c 100644 | 
| --- a/sandbox/win/src/restricted_token.cc | 
| +++ b/sandbox/win/src/restricted_token.cc | 
| @@ -13,9 +13,9 @@ | 
| namespace sandbox { | 
|  | 
| RestrictedToken::RestrictedToken() | 
| -    : init_(false), | 
| -      effective_token_(NULL), | 
| -      integrity_level_(INTEGRITY_LEVEL_LAST) { | 
| +    : effective_token_(NULL), | 
| +      integrity_level_(INTEGRITY_LEVEL_LAST), | 
| +      init_(false) { | 
| } | 
|  | 
| RestrictedToken::~RestrictedToken() { | 
|  |