diff options
Diffstat (limited to 'sandbox/win/src/file_policy_test.cc')
-rw-r--r-- | sandbox/win/src/file_policy_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/win/src/file_policy_test.cc b/sandbox/win/src/file_policy_test.cc index 3c3ad7da..ef33101 100644 --- a/sandbox/win/src/file_policy_test.cc +++ b/sandbox/win/src/file_policy_test.cc @@ -14,8 +14,8 @@ #include "sandbox/win/src/sandbox_factory.h" #include "sandbox/win/src/sandbox_policy.h" #include "sandbox/win/src/win_utils.h" -#include "sandbox/tests/common/controller.h" -#include "sandbox/tests/common/test_utils.h" +#include "sandbox/win/tests/common/controller.h" +#include "sandbox/win/tests/common/test_utils.h" #include "testing/gtest/include/gtest/gtest.h" #define BINDNTDLL(name) \ |