| Index: sandbox/win/src/restricted_token_utils.h
|
| diff --git a/sandbox/src/restricted_token_utils.h b/sandbox/win/src/restricted_token_utils.h
|
| similarity index 97%
|
| rename from sandbox/src/restricted_token_utils.h
|
| rename to sandbox/win/src/restricted_token_utils.h
|
| index 0aade8b1e92584aa1a18af463cd0d2377f7b0c39..f2a280a1cb6e45eafe751f153403cb9050b269d4 100644
|
| --- a/sandbox/src/restricted_token_utils.h
|
| +++ b/sandbox/win/src/restricted_token_utils.h
|
| @@ -8,8 +8,8 @@
|
| #include <accctrl.h>
|
| #include <windows.h>
|
|
|
| -#include "sandbox/src/restricted_token.h"
|
| -#include "sandbox/src/security_level.h"
|
| +#include "sandbox/win/src/restricted_token.h"
|
| +#include "sandbox/win/src/security_level.h"
|
|
|
| // Contains the utility functions to be able to create restricted tokens based
|
| // on a security profiles.
|
|
|