| Index: sandbox/win/src/process_thread_policy.cc
|
| diff --git a/sandbox/src/process_thread_policy.cc b/sandbox/win/src/process_thread_policy.cc
|
| similarity index 96%
|
| rename from sandbox/src/process_thread_policy.cc
|
| rename to sandbox/win/src/process_thread_policy.cc
|
| index ca0091675a247507f0bb0a4a5ba2cf94a566c7c5..9493b9ea1994f7c215617a28a5b4b9661c00c3a5 100644
|
| --- a/sandbox/src/process_thread_policy.cc
|
| +++ b/sandbox/win/src/process_thread_policy.cc
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/process_thread_policy.h"
|
| +#include "sandbox/win/src/process_thread_policy.h"
|
|
|
| #include <string>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "sandbox/src/ipc_tags.h"
|
| -#include "sandbox/src/nt_internals.h"
|
| -#include "sandbox/src/policy_engine_opcodes.h"
|
| -#include "sandbox/src/policy_params.h"
|
| -#include "sandbox/src/sandbox_types.h"
|
| -#include "sandbox/src/win_utils.h"
|
| +#include "sandbox/win/src/ipc_tags.h"
|
| +#include "sandbox/win/src/nt_internals.h"
|
| +#include "sandbox/win/src/policy_engine_opcodes.h"
|
| +#include "sandbox/win/src/policy_params.h"
|
| +#include "sandbox/win/src/sandbox_types.h"
|
| +#include "sandbox/win/src/win_utils.h"
|
|
|
| namespace {
|
|
|
|
|