| Index: sandbox/win/src/handle_policy.cc
|
| diff --git a/sandbox/src/handle_policy.cc b/sandbox/win/src/handle_policy.cc
|
| similarity index 90%
|
| rename from sandbox/src/handle_policy.cc
|
| rename to sandbox/win/src/handle_policy.cc
|
| index 355dda8971908b9670ac884bea785a868092c6d9..eeeea7b6e1829f339613d2d584e458bd53c3c957 100644
|
| --- a/sandbox/src/handle_policy.cc
|
| +++ b/sandbox/win/src/handle_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/handle_policy.h"
|
| +#include "sandbox/win/src/handle_policy.h"
|
|
|
| #include <string>
|
|
|
| #include "base/win/scoped_handle.h"
|
| -#include "sandbox/src/broker_services.h"
|
| -#include "sandbox/src/ipc_tags.h"
|
| -#include "sandbox/src/policy_engine_opcodes.h"
|
| -#include "sandbox/src/policy_params.h"
|
| -#include "sandbox/src/sandbox_types.h"
|
| -#include "sandbox/src/sandbox_utils.h"
|
| +#include "sandbox/win/src/broker_services.h"
|
| +#include "sandbox/win/src/ipc_tags.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/sandbox_utils.h"
|
|
|
| namespace sandbox {
|
|
|
|
|