| Index: cc/layer_unittest.cc
|
| diff --git a/cc/layer_unittest.cc b/cc/layer_unittest.cc
|
| index 5b613320e0f62838904a1c152da437bc6148c7e7..e5f097d2d81cbde508e2df661ff580291466ef45 100644
|
| --- a/cc/layer_unittest.cc
|
| +++ b/cc/layer_unittest.cc
|
| @@ -4,18 +4,18 @@
|
|
|
| #include "cc/layer.h"
|
|
|
| +#include "cc/base/math_util.h"
|
| +#include "cc/base/thread.h"
|
| #include "cc/keyframed_animation_curve.h"
|
| #include "cc/layer_impl.h"
|
| #include "cc/layer_painter.h"
|
| #include "cc/layer_tree_host.h"
|
| -#include "cc/math_util.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_client.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/transform.h"
|
|
|