| Index: cc/tiles/raster_tile_priority_queue_required.h
|
| diff --git a/cc/resources/raster_tile_priority_queue_required.h b/cc/tiles/raster_tile_priority_queue_required.h
|
| similarity index 79%
|
| rename from cc/resources/raster_tile_priority_queue_required.h
|
| rename to cc/tiles/raster_tile_priority_queue_required.h
|
| index be41424ec35776d689e0faefde8489d2f56831f8..c554c189869540b3a391ec78cf4eb243d4d92382 100644
|
| --- a/cc/resources/raster_tile_priority_queue_required.h
|
| +++ b/cc/tiles/raster_tile_priority_queue_required.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_RASTER_TILE_PRIORITY_QUEUE_REQUIRED_H_
|
| -#define CC_RESOURCES_RASTER_TILE_PRIORITY_QUEUE_REQUIRED_H_
|
| +#ifndef CC_TILES_RASTER_TILE_PRIORITY_QUEUE_REQUIRED_H_
|
| +#define CC_TILES_RASTER_TILE_PRIORITY_QUEUE_REQUIRED_H_
|
|
|
| #include <vector>
|
|
|
| #include "cc/layers/picture_layer_impl.h"
|
| -#include "cc/resources/raster_tile_priority_queue.h"
|
| -#include "cc/resources/tiling_set_raster_queue_required.h"
|
| +#include "cc/tiles/raster_tile_priority_queue.h"
|
| +#include "cc/tiles/tiling_set_raster_queue_required.h"
|
|
|
| namespace cc {
|
| class PrioritizedTile;
|
| @@ -42,4 +42,4 @@ class RasterTilePriorityQueueRequired : public RasterTilePriorityQueue {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_RASTER_TILE_PRIORITY_QUEUE_REQUIRED_H_
|
| +#endif // CC_TILES_RASTER_TILE_PRIORITY_QUEUE_REQUIRED_H_
|
|
|