| Index: sandbox/win/src/restricted_token_unittest.cc
|
| diff --git a/sandbox/src/restricted_token_unittest.cc b/sandbox/win/src/restricted_token_unittest.cc
|
| similarity index 99%
|
| rename from sandbox/src/restricted_token_unittest.cc
|
| rename to sandbox/win/src/restricted_token_unittest.cc
|
| index 310b73f8e2428c0f7599ec98f5826bfd514a3319..df35f1c4354ea509ef9258b472614f723e8ae7b6 100644
|
| --- a/sandbox/src/restricted_token_unittest.cc
|
| +++ b/sandbox/win/src/restricted_token_unittest.cc
|
| @@ -8,8 +8,8 @@
|
| #include <atlbase.h>
|
| #include <atlsecurity.h>
|
| #include <vector>
|
| -#include "sandbox/src/restricted_token.h"
|
| -#include "sandbox/src/sid.h"
|
| +#include "sandbox/win/src/restricted_token.h"
|
| +#include "sandbox/win/src/sid.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace sandbox {
|
|
|