| Index: sandbox/win/src/restricted_token_utils.cc
|
| diff --git a/sandbox/src/restricted_token_utils.cc b/sandbox/win/src/restricted_token_utils.cc
|
| similarity index 98%
|
| rename from sandbox/src/restricted_token_utils.cc
|
| rename to sandbox/win/src/restricted_token_utils.cc
|
| index df30b4049ad3831369151762853f8d7ec5bffd18..5f1a246689c0a4b7c7316916205aab07deb92774 100644
|
| --- a/sandbox/src/restricted_token_utils.cc
|
| +++ b/sandbox/win/src/restricted_token_utils.cc
|
| @@ -6,16 +6,16 @@
|
| #include <sddl.h>
|
| #include <vector>
|
|
|
| -#include "sandbox/src/restricted_token_utils.h"
|
| +#include "sandbox/win/src/restricted_token_utils.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/win/scoped_handle.h"
|
| #include "base/win/scoped_process_information.h"
|
| #include "base/win/windows_version.h"
|
| -#include "sandbox/src/job.h"
|
| -#include "sandbox/src/restricted_token.h"
|
| -#include "sandbox/src/security_level.h"
|
| -#include "sandbox/src/sid.h"
|
| +#include "sandbox/win/src/job.h"
|
| +#include "sandbox/win/src/restricted_token.h"
|
| +#include "sandbox/win/src/security_level.h"
|
| +#include "sandbox/win/src/sid.h"
|
|
|
| namespace sandbox {
|
|
|
|
|