| Index: sandbox/win/src/win_utils_unittest.cc
|
| diff --git a/sandbox/src/win_utils_unittest.cc b/sandbox/win/src/win_utils_unittest.cc
|
| similarity index 97%
|
| rename from sandbox/src/win_utils_unittest.cc
|
| rename to sandbox/win/src/win_utils_unittest.cc
|
| index 0f445ef9308e7fafc681c6d28c835d642ebd7fef..72653167eb1cfb6ebeaab275cd597c0d53489247 100644
|
| --- a/sandbox/src/win_utils_unittest.cc
|
| +++ b/sandbox/win/src/win_utils_unittest.cc
|
| @@ -5,8 +5,8 @@
|
| #include <windows.h>
|
|
|
| #include "base/win/scoped_handle.h"
|
| -#include "sandbox/src/win_utils.h"
|
| -#include "sandbox/tests/common/test_utils.h"
|
| +#include "sandbox/win/src/win_utils.h"
|
| +#include "sandbox/win/tests/common/test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| TEST(WinUtils, IsReparsePoint) {
|
|
|