| Index: cc/nine_patch_layer.h
|
| diff --git a/cc/nine_patch_layer.h b/cc/nine_patch_layer.h
|
| index 7116f6a4035f1a6a0bf297956578a47b71f45a93..d6359dbac59a7ec09a44dbf89317f04cde280fcf 100644
|
| --- a/cc/nine_patch_layer.h
|
| +++ b/cc/nine_patch_layer.h
|
| @@ -6,11 +6,11 @@
|
| #define CC_NINE_PATCH_LAYER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "cc/cc_export.h"
|
| -#include "cc/layer.h"
|
| +#include "cc/base/cc_export.h"
|
| #include "cc/image_layer_updater.h"
|
| -#include "ui/gfx/rect.h"
|
| +#include "cc/layer.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| +#include "ui/gfx/rect.h"
|
|
|
| namespace cc {
|
|
|
|
|