| Index: sandbox/win/tests/integration_tests/integration_tests_test.cc
|
| diff --git a/sandbox/tests/integration_tests/integration_tests_test.cc b/sandbox/win/tests/integration_tests/integration_tests_test.cc
|
| similarity index 93%
|
| rename from sandbox/tests/integration_tests/integration_tests_test.cc
|
| rename to sandbox/win/tests/integration_tests/integration_tests_test.cc
|
| index b610681406d4d9119cd6ace82b429ef2052ac2bc..1f54c645ede6badb0cf83355797acf1414464e7d 100644
|
| --- a/sandbox/tests/integration_tests/integration_tests_test.cc
|
| +++ b/sandbox/win/tests/integration_tests/integration_tests_test.cc
|
| @@ -5,10 +5,10 @@
|
| // Some tests for the framework itself.
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "sandbox/src/sandbox.h"
|
| -#include "sandbox/src/target_services.h"
|
| -#include "sandbox/src/sandbox_factory.h"
|
| -#include "sandbox/tests/common/controller.h"
|
| +#include "sandbox/win/src/sandbox.h"
|
| +#include "sandbox/win/src/target_services.h"
|
| +#include "sandbox/win/src/sandbox_factory.h"
|
| +#include "sandbox/win/tests/common/controller.h"
|
|
|
| namespace sandbox {
|
|
|
|
|