| Index: sandbox/win/tests/integration_tests/integration_tests.cc
|
| diff --git a/sandbox/tests/integration_tests/integration_tests.cc b/sandbox/win/tests/integration_tests/integration_tests.cc
|
| similarity index 91%
|
| rename from sandbox/tests/integration_tests/integration_tests.cc
|
| rename to sandbox/win/tests/integration_tests/integration_tests.cc
|
| index 5096abb0cf411168553ba846262abd013264a940..1996430bb9ea0ae007ee8f579121a9b45727dfb6 100644
|
| --- a/sandbox/tests/integration_tests/integration_tests.cc
|
| +++ b/sandbox/win/tests/integration_tests/integration_tests.cc
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "sandbox/tests/common/controller.h"
|
| +#include "sandbox/win/tests/common/controller.h"
|
|
|
| int wmain(int argc, wchar_t **argv) {
|
| if (argc >= 2) {
|
|
|