| Index: sandbox/win/src/win2k_threadpool.cc
|
| diff --git a/sandbox/src/win2k_threadpool.cc b/sandbox/win/src/win2k_threadpool.cc
|
| similarity index 95%
|
| rename from sandbox/src/win2k_threadpool.cc
|
| rename to sandbox/win/src/win2k_threadpool.cc
|
| index fe2473e72363083a6d22eef649be8c0115b54609..24cbacf2b467a13069ecb57338ecf32d037917b3 100644
|
| --- a/sandbox/src/win2k_threadpool.cc
|
| +++ b/sandbox/win/src/win2k_threadpool.cc
|
| @@ -2,9 +2,9 @@
|
| // 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 "sandbox/src/win_utils.h"
|
| +#include "sandbox/win/src/win_utils.h"
|
|
|
| namespace sandbox {
|
|
|
|
|