| Index: cc/tiles/prioritized_tile.h
|
| diff --git a/cc/resources/prioritized_tile.h b/cc/tiles/prioritized_tile.h
|
| similarity index 84%
|
| rename from cc/resources/prioritized_tile.h
|
| rename to cc/tiles/prioritized_tile.h
|
| index 3ac09fc37fdcbcf261b250f3b54a6d88f5a166e0..6811d903a50daca65fe861255ed95fdc15f9b4d2 100644
|
| --- a/cc/resources/prioritized_tile.h
|
| +++ b/cc/tiles/prioritized_tile.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_PRIORITIZED_TILE_H_
|
| -#define CC_RESOURCES_PRIORITIZED_TILE_H_
|
| +#ifndef CC_TILES_PRIORITIZED_TILE_H_
|
| +#define CC_TILES_PRIORITIZED_TILE_H_
|
|
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/resources/tile.h"
|
| -#include "cc/resources/tile_priority.h"
|
| +#include "cc/tiles/tile.h"
|
| +#include "cc/tiles/tile_priority.h"
|
|
|
| namespace cc {
|
| class PictureLayerTiling;
|
| @@ -43,4 +43,4 @@ class CC_EXPORT PrioritizedTile {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_PRIORITIZED_TILE_H_
|
| +#endif // CC_TILES_PRIORITIZED_TILE_H_
|
|
|