| Index: cc/resources/worker_pool.cc
|
| diff --git a/cc/base/worker_pool.cc b/cc/resources/worker_pool.cc
|
| similarity index 99%
|
| rename from cc/base/worker_pool.cc
|
| rename to cc/resources/worker_pool.cc
|
| index bb910e9410a6b3fd65463224a96cd2d88e0e757a..c29189a30429ce6254754e97c1ef8374ca1ea470 100644
|
| --- a/cc/base/worker_pool.cc
|
| +++ b/cc/resources/worker_pool.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 "cc/base/worker_pool.h"
|
| +#include "cc/resources/worker_pool.h"
|
|
|
| #if defined(OS_ANDROID)
|
| // TODO(epenner): Move thread priorities to base. (crbug.com/170549)
|
|
|