| Index: cc/layer_impl.h
|
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h
|
| index bfd805330c173eb637db9c6149ee905a72d6cae5..0ce56f50d86c5e8f0afcc66166689b2df6dd670e 100644
|
| --- a/cc/layer_impl.h
|
| +++ b/cc/layer_impl.h
|
| @@ -10,16 +10,16 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| -#include "cc/cc_export.h"
|
| +#include "cc/base/cc_export.h"
|
| +#include "cc/base/region.h"
|
| +#include "cc/base/scoped_ptr_vector.h"
|
| #include "cc/draw_properties.h"
|
| #include "cc/input_handler.h"
|
| #include "cc/layer_animation_controller.h"
|
| #include "cc/layer_animation_value_observer.h"
|
| -#include "cc/region.h"
|
| #include "cc/render_pass.h"
|
| #include "cc/render_surface_impl.h"
|
| #include "cc/resource_provider.h"
|
| -#include "cc/scoped_ptr_vector.h"
|
| #include "cc/shared_quad_state.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h"
|
|
|