| Index: cc/tiled_layer.cc
|
| diff --git a/cc/tiled_layer.cc b/cc/tiled_layer.cc
|
| index 76b39d150ae5dd02ea61f55bb6c3995de376ff45..cb187813f437bf8357b668a9e1e178c4286aa51c 100644
|
| --- a/cc/tiled_layer.cc
|
| +++ b/cc/tiled_layer.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include "cc/tiled_layer.h"
|
|
|
| -#include "CCLayerImpl.h"
|
| -#include "CCLayerTreeHost.h"
|
| #include "Region.h"
|
| #include "base/basictypes.h"
|
| +#include "cc/layer_impl.h"
|
| +#include "cc/layer_tree_host.h"
|
| #include "cc/overdraw_metrics.h"
|
| #include "cc/tiled_layer_impl.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|