| Index: sandbox/win/src/restricted_token.h
|
| diff --git a/sandbox/src/restricted_token.h b/sandbox/win/src/restricted_token.h
|
| similarity index 98%
|
| rename from sandbox/src/restricted_token.h
|
| rename to sandbox/win/src/restricted_token.h
|
| index 88bd70f8473c9918f232625a9cb0776f2bfb21e0..4327856f364055444547fcb7428bdf5273cc01a2 100644
|
| --- a/sandbox/src/restricted_token.h
|
| +++ b/sandbox/win/src/restricted_token.h
|
| @@ -9,9 +9,9 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| -#include "sandbox/src/restricted_token_utils.h"
|
| -#include "sandbox/src/security_level.h"
|
| -#include "sandbox/src/sid.h"
|
| +#include "sandbox/win/src/restricted_token_utils.h"
|
| +#include "sandbox/win/src/security_level.h"
|
| +#include "sandbox/win/src/sid.h"
|
|
|
| // Flags present in the Group SID list. These 2 flags are new in Windows Vista
|
| #ifndef SE_GROUP_INTEGRITY
|
|
|