| Index: sandbox/win/src/target_interceptions.cc
|
| diff --git a/sandbox/src/target_interceptions.cc b/sandbox/win/src/target_interceptions.cc
|
| similarity index 91%
|
| rename from sandbox/src/target_interceptions.cc
|
| rename to sandbox/win/src/target_interceptions.cc
|
| index a1d463bba38394d118ef3ce85027fd0efc826384..e6b0dcf780c53d071b7f13209cbf38b4abbd807b 100644
|
| --- a/sandbox/src/target_interceptions.cc
|
| +++ b/sandbox/win/src/target_interceptions.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/target_interceptions.h"
|
| +#include "sandbox/win/src/target_interceptions.h"
|
|
|
| -#include "sandbox/src/interception_agent.h"
|
| -#include "sandbox/src/sandbox_factory.h"
|
| -#include "sandbox/src/sandbox_nt_util.h"
|
| -#include "sandbox/src/target_services.h"
|
| +#include "sandbox/win/src/interception_agent.h"
|
| +#include "sandbox/win/src/sandbox_factory.h"
|
| +#include "sandbox/win/src/sandbox_nt_util.h"
|
| +#include "sandbox/win/src/target_services.h"
|
|
|
| namespace sandbox {
|
|
|
|
|