| Index: cc/layers/tiled_layer_impl_unittest.cc
|
| diff --git a/cc/layers/tiled_layer_impl_unittest.cc b/cc/layers/tiled_layer_impl_unittest.cc
|
| index f3f772159a40748ec712e96f3a3603ef0ea9e530..6e662568bcd14782708e3dffa66c0c15b7a96a7f 100644
|
| --- a/cc/layers/tiled_layer_impl_unittest.cc
|
| +++ b/cc/layers/tiled_layer_impl_unittest.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "cc/layers/append_quads_data.h"
|
| #include "cc/quads/tile_draw_quad.h"
|
| -#include "cc/resources/layer_tiling_data.h"
|
| #include "cc/test/fake_impl_proxy.h"
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| #include "cc/test/fake_output_surface.h"
|
| #include "cc/test/layer_test_common.h"
|
| #include "cc/test/test_task_graph_runner.h"
|
| +#include "cc/tiles/layer_tiling_data.h"
|
| #include "cc/trees/single_thread_proxy.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|