| Index: cc/layer_tree_host_common_unittest.cc
|
| diff --git a/cc/layer_tree_host_common_unittest.cc b/cc/layer_tree_host_common_unittest.cc
|
| index f6900478f4af258b08b342e4ed993e9b9ea4624e..303e1eeaf295a42a9684ddb3bf747a2c8c7a2b18 100644
|
| --- a/cc/layer_tree_host_common_unittest.cc
|
| +++ b/cc/layer_tree_host_common_unittest.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "cc/layer_tree_host_common.h"
|
|
|
| +#include "cc/base/math_util.h"
|
| +#include "cc/base/thread.h"
|
| #include "cc/content_layer.h"
|
| #include "cc/content_layer_client.h"
|
| #include "cc/heads_up_display_layer_impl.h"
|
| @@ -11,14 +13,12 @@
|
| #include "cc/layer_animation_controller.h"
|
| #include "cc/layer_impl.h"
|
| #include "cc/layer_tree_impl.h"
|
| -#include "cc/math_util.h"
|
| #include "cc/proxy.h"
|
| #include "cc/single_thread_proxy.h"
|
| #include "cc/test/animation_test_common.h"
|
| #include "cc/test/fake_impl_proxy.h"
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| #include "cc/test/geometry_test_utils.h"
|
| -#include "cc/thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gfx/quad_f.h"
|
|
|