Chromium Code Reviews| Index: cc/layer.h |
| diff --git a/cc/layer.h b/cc/layer.h |
| index 3375b657830d0a4dbce701df656de9c2c44f2de0..1a2617a1967aa69cf4dcab316a02e75201dd7a73 100644 |
| --- a/cc/layer.h |
| +++ b/cc/layer.h |
| @@ -5,11 +5,11 @@ |
| #ifndef CC_LAYER_H_ |
| #define CC_LAYER_H_ |
| -#include "Region.h" |
| #include "base/memory/ref_counted.h" |
| #include "cc/cc_export.h" |
| #include "cc/layer_animation_controller.h" |
| #include "cc/occlusion_tracker.h" |
| +#include "cc/region.h" |
| #include "cc/render_surface.h" |
| #include "third_party/skia/include/core/SkColor.h" |
| #include "ui/gfx/rect.h" |