| Index: chrome/test/security_tests/security_tests.cc
|
| diff --git a/chrome/test/security_tests/security_tests.cc b/chrome/test/security_tests/security_tests.cc
|
| index 550380f4007373af4c888cceaf4b180f643433c3..caa02607b4e33f78324bef668d2d3613c61ea79f 100644
|
| --- a/chrome/test/security_tests/security_tests.cc
|
| +++ b/chrome/test/security_tests/security_tests.cc
|
| @@ -8,8 +8,8 @@
|
| #define TEST_INJECTION_DLL
|
| #include "chrome/test/security_tests/ipc_security_tests.h"
|
| #include "content/common/injection_test_dll.h"
|
| -#include "sandbox/tests/common/controller.h"
|
| -#include "sandbox/tests/validation_tests/commands.h"
|
| +#include "sandbox/win/tests/common/controller.h"
|
| +#include "sandbox/win/tests/validation_tests/commands.h"
|
|
|
| using sandbox::TestOpenKey;
|
| using sandbox::TestOpenReadFile;
|
|
|