| Index: cc/picture_layer_tiling.h
|
| diff --git a/cc/picture_layer_tiling.h b/cc/picture_layer_tiling.h
|
| index edb0915c10ff825ba751881c918e289d4e78b1d0..5049be15419b2df85e4b2fe3e24db7ada4e677bf 100644
|
| --- a/cc/picture_layer_tiling.h
|
| +++ b/cc/picture_layer_tiling.h
|
| @@ -8,12 +8,12 @@
|
| #include "base/basictypes.h"
|
| #include "base/hash_tables.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "cc/cc_export.h"
|
| -#include "cc/hash_pair.h"
|
| -#include "cc/region.h"
|
| +#include "cc/base/cc_export.h"
|
| +#include "cc/base/hash_pair.h"
|
| +#include "cc/base/region.h"
|
| +#include "cc/base/tiling_data.h"
|
| #include "cc/tile.h"
|
| #include "cc/tile_priority.h"
|
| -#include "cc/tiling_data.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| namespace cc {
|
|
|