| Index: sandbox/win/src/restricted_token.cc
|
| diff --git a/sandbox/src/restricted_token.cc b/sandbox/win/src/restricted_token.cc
|
| similarity index 99%
|
| rename from sandbox/src/restricted_token.cc
|
| rename to sandbox/win/src/restricted_token.cc
|
| index bac8816094c48ab2a61c19533a1fe8baada80e68..8a096a17f4509a8a4b0f9ee7f83dcc493aae70d8 100644
|
| --- a/sandbox/src/restricted_token.cc
|
| +++ b/sandbox/win/src/restricted_token.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/restricted_token.h"
|
| +#include "sandbox/win/src/restricted_token.h"
|
|
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| -#include "sandbox/src/acl.h"
|
| -#include "sandbox/src/win_utils.h"
|
| +#include "sandbox/win/src/acl.h"
|
| +#include "sandbox/win/src/win_utils.h"
|
|
|
|
|
| namespace sandbox {
|
|
|