| Index: sandbox/win/src/registry_dispatcher.cc
|
| diff --git a/sandbox/src/registry_dispatcher.cc b/sandbox/win/src/registry_dispatcher.cc
|
| similarity index 91%
|
| rename from sandbox/src/registry_dispatcher.cc
|
| rename to sandbox/win/src/registry_dispatcher.cc
|
| index f86c76a7f7ce0bcfcac2f9d4c781078adbae1251..f4dc5f5288bbdcc2ea25c14b6068b9e7fc51515e 100644
|
| --- a/sandbox/src/registry_dispatcher.cc
|
| +++ b/sandbox/win/src/registry_dispatcher.cc
|
| @@ -2,20 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/registry_dispatcher.h"
|
| +#include "sandbox/win/src/registry_dispatcher.h"
|
|
|
| #include "base/win/scoped_handle.h"
|
| #include "base/win/windows_version.h"
|
| -#include "sandbox/src/crosscall_client.h"
|
| -#include "sandbox/src/interception.h"
|
| -#include "sandbox/src/interceptors.h"
|
| -#include "sandbox/src/ipc_tags.h"
|
| -#include "sandbox/src/sandbox_nt_util.h"
|
| -#include "sandbox/src/policy_broker.h"
|
| -#include "sandbox/src/policy_params.h"
|
| -#include "sandbox/src/sandbox.h"
|
| -#include "sandbox/src/registry_interception.h"
|
| -#include "sandbox/src/registry_policy.h"
|
| +#include "sandbox/win/src/crosscall_client.h"
|
| +#include "sandbox/win/src/interception.h"
|
| +#include "sandbox/win/src/interceptors.h"
|
| +#include "sandbox/win/src/ipc_tags.h"
|
| +#include "sandbox/win/src/sandbox_nt_util.h"
|
| +#include "sandbox/win/src/policy_broker.h"
|
| +#include "sandbox/win/src/policy_params.h"
|
| +#include "sandbox/win/src/sandbox.h"
|
| +#include "sandbox/win/src/registry_interception.h"
|
| +#include "sandbox/win/src/registry_policy.h"
|
|
|
| namespace {
|
|
|
|
|