| Index: cc/tiles/layer_tiling_data.h
|
| diff --git a/cc/resources/layer_tiling_data.h b/cc/tiles/layer_tiling_data.h
|
| similarity index 95%
|
| rename from cc/resources/layer_tiling_data.h
|
| rename to cc/tiles/layer_tiling_data.h
|
| index 526da6faf1e19d4f78b2d1f01cf4ccea21287e69..5e944a569bf2ab7d2617df7322c015be9f593085 100644
|
| --- a/cc/resources/layer_tiling_data.h
|
| +++ b/cc/tiles/layer_tiling_data.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_LAYER_TILING_DATA_H_
|
| -#define CC_RESOURCES_LAYER_TILING_DATA_H_
|
| +#ifndef CC_TILES_LAYER_TILING_DATA_H_
|
| +#define CC_TILES_LAYER_TILING_DATA_H_
|
|
|
| #include <utility>
|
|
|
| @@ -99,4 +99,4 @@ class CC_EXPORT LayerTilingData {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_LAYER_TILING_DATA_H_
|
| +#endif // CC_TILES_LAYER_TILING_DATA_H_
|
|
|