| Index: cc/resources/raster_worker_pool.cc
|
| diff --git a/cc/raster_worker_pool.cc b/cc/resources/raster_worker_pool.cc
|
| similarity index 96%
|
| rename from cc/raster_worker_pool.cc
|
| rename to cc/resources/raster_worker_pool.cc
|
| index 25ee33b1c9e17951c2afd36d993596b2d67d023e..369a0e525149d1216794eb8006551725848ad9d9 100644
|
| --- a/cc/raster_worker_pool.cc
|
| +++ b/cc/resources/raster_worker_pool.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 "cc/raster_worker_pool.h"
|
| +#include "cc/resources/raster_worker_pool.h"
|
|
|
| -#include "cc/picture_pile_impl.h"
|
| +#include "cc/resources/picture_pile_impl.h"
|
|
|
| namespace cc {
|
|
|
|
|