| Index: sandbox/win/src/threadpool_unittest.cc
|
| diff --git a/sandbox/src/threadpool_unittest.cc b/sandbox/win/src/threadpool_unittest.cc
|
| similarity index 98%
|
| rename from sandbox/src/threadpool_unittest.cc
|
| rename to sandbox/win/src/threadpool_unittest.cc
|
| index 2c85b57a06f3fc2e3f82edbbcaa8888fb21f6e19..f439810851fe27ef7ffa23bb955b5ffc2da941e2 100644
|
| --- a/sandbox/src/threadpool_unittest.cc
|
| +++ b/sandbox/win/src/threadpool_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sandbox/src/win2k_threadpool.h"
|
| +#include "sandbox/win/src/win2k_threadpool.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| void __stdcall EmptyCallBack(void*, unsigned char) {
|
|
|