| 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 db135772a467530bd326c82ce1d984905917e0a5..1333ff168b60b2a70af472bcf7ec2ca9507c41e6 100644
|
| --- a/cc/layer_tree_host_common_unittest.cc
|
| +++ b/cc/layer_tree_host_common_unittest.cc
|
| @@ -9,11 +9,11 @@
|
| #include "CCLayerAnimationController.h"
|
| #include "CCLayerImpl.h"
|
| #include "CCLayerSorter.h"
|
| -#include "CCMathUtil.h"
|
| -#include "CCProxy.h"
|
| #include "cc/content_layer.h"
|
| #include "cc/content_layer_client.h"
|
| #include "cc/layer.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/geometry_test_utils.h"
|
|
|