| Index: cc/tiles/tile_priority.h
|
| diff --git a/cc/resources/tile_priority.h b/cc/tiles/tile_priority.h
|
| similarity index 96%
|
| rename from cc/resources/tile_priority.h
|
| rename to cc/tiles/tile_priority.h
|
| index 16a1d98a10429d19227d01011173afb934b132fd..184fc2dd181f2370c0a527cb92cad1649d3f187a 100644
|
| --- a/cc/resources/tile_priority.h
|
| +++ b/cc/tiles/tile_priority.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_TILE_PRIORITY_H_
|
| -#define CC_RESOURCES_TILE_PRIORITY_H_
|
| +#ifndef CC_TILES_TILE_PRIORITY_H_
|
| +#define CC_TILES_TILE_PRIORITY_H_
|
|
|
| #include <algorithm>
|
| #include <limits>
|
| @@ -123,4 +123,4 @@ class GlobalStateThatImpactsTilePriority {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_TILE_PRIORITY_H_
|
| +#endif // CC_TILES_TILE_PRIORITY_H_
|
|
|