| Index: cc/base/tiling_data.h
|
| diff --git a/cc/tiling_data.h b/cc/base/tiling_data.h
|
| similarity index 96%
|
| rename from cc/tiling_data.h
|
| rename to cc/base/tiling_data.h
|
| index 9dbacfbee06227cc5a79a185928dca58ac50be48..fc71409e4bf0ea53e59f9b594af002f39aa6bb8c 100644
|
| --- a/cc/tiling_data.h
|
| +++ b/cc/base/tiling_data.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_TILING_DATA_H_
|
| -#define CC_TILING_DATA_H_
|
| +#ifndef CC_BASE_TILING_DATA_H_
|
| +#define CC_BASE_TILING_DATA_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| -#include "cc/cc_export.h"
|
| +#include "cc/base/cc_export.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
|
|
| @@ -140,4 +140,4 @@ class CC_EXPORT TilingData {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_TILING_DATA_H_
|
| +#endif // CC_BASE_TILING_DATA_H_
|
|
|