| Index: cc/resources/raster_worker_pool.h
|
| diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
|
| index ce68e75a90d55938c95d31d1b3a9c6c9e1046086..7d40a1585424b83d15944dc289474dc7bf57c496 100644
|
| --- a/cc/resources/raster_worker_pool.h
|
| +++ b/cc/resources/raster_worker_pool.h
|
| @@ -8,11 +8,11 @@
|
| #include <vector>
|
|
|
| #include "base/containers/hash_tables.h"
|
| -#include "cc/base/worker_pool.h"
|
| #include "cc/debug/rendering_stats_instrumentation.h"
|
| #include "cc/resources/picture_pile_impl.h"
|
| #include "cc/resources/resource_provider.h"
|
| #include "cc/resources/tile_priority.h"
|
| +#include "cc/resources/worker_pool.h"
|
|
|
| class SkDevice;
|
|
|
|
|