Chromium Code Reviews| Index: cc/tiled_layer.cc |
| diff --git a/cc/tiled_layer.cc b/cc/tiled_layer.cc |
| index 4d4a355a62ab310aba79d3589ce82684736f49fb..046f5925a77229ce2130d18c81f6520f216f82ad 100644 |
| --- a/cc/tiled_layer.cc |
| +++ b/cc/tiled_layer.cc |
| @@ -6,12 +6,12 @@ |
| #include "cc/tiled_layer.h" |
| -#include "Region.h" |
| #include "base/basictypes.h" |
| #include "cc/geometry.h" |
| #include "cc/layer_impl.h" |
| #include "cc/layer_tree_host.h" |
| #include "cc/overdraw_metrics.h" |
| +#include "cc/region.h" |
| #include "cc/tiled_layer_impl.h" |
| #include "third_party/khronos/GLES2/gl2.h" |
| #include "ui/gfx/rect_conversions.h" |