| Index: sandbox/win/tests/common/controller.cc
|
| diff --git a/sandbox/tests/common/controller.cc b/sandbox/win/tests/common/controller.cc
|
| similarity index 98%
|
| rename from sandbox/tests/common/controller.cc
|
| rename to sandbox/win/tests/common/controller.cc
|
| index 6c73c2d70f4638d1ec5043b6f60771e4fc9af13b..3d508481908364c486876134a871e6bb5f525511 100644
|
| --- a/sandbox/tests/common/controller.cc
|
| +++ b/sandbox/win/tests/common/controller.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/tests/common/controller.h"
|
| +#include "sandbox/win/tests/common/controller.h"
|
|
|
| #include <string>
|
|
|
| @@ -10,8 +10,8 @@
|
| #include "base/process_util.h"
|
| #include "base/sys_string_conversions.h"
|
| #include "base/win/windows_version.h"
|
| -#include "sandbox/src/sandbox_factory.h"
|
| -#include "sandbox/src/sandbox_utils.h"
|
| +#include "sandbox/win/src/sandbox_factory.h"
|
| +#include "sandbox/win/src/sandbox_utils.h"
|
|
|
| namespace {
|
|
|
|
|