| Index: cc/tiles/raster_tile_priority_queue_all.cc
|
| diff --git a/cc/resources/raster_tile_priority_queue_all.cc b/cc/tiles/raster_tile_priority_queue_all.cc
|
| similarity index 98%
|
| rename from cc/resources/raster_tile_priority_queue_all.cc
|
| rename to cc/tiles/raster_tile_priority_queue_all.cc
|
| index 950eb9d7c84fab32fceaf9dc61b4ecec7f0fe6ad..8f7bdbf04360589dd4fb52f86051f277443bd952 100644
|
| --- a/cc/resources/raster_tile_priority_queue_all.cc
|
| +++ b/cc/tiles/raster_tile_priority_queue_all.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/resources/raster_tile_priority_queue_all.h"
|
| +#include "cc/tiles/raster_tile_priority_queue_all.h"
|
|
|
| -#include "cc/resources/tiling_set_raster_queue_all.h"
|
| +#include "cc/tiles/tiling_set_raster_queue_all.h"
|
|
|
| namespace cc {
|
|
|
|
|