| 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 1333ff168b60b2a70af472bcf7ec2ca9507c41e6..68e028294d8b578a6ad548ae278a8a0f5f2bc349 100644
|
| --- a/cc/layer_tree_host_common_unittest.cc
|
| +++ b/cc/layer_tree_host_common_unittest.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "CCLayerTreeHostCommon.h"
|
| +#include "cc/layer_tree_host_common.h"
|
|
|
| -#include "CCLayerAnimationController.h"
|
| -#include "CCLayerImpl.h"
|
| -#include "CCLayerSorter.h"
|
| #include "cc/content_layer.h"
|
| #include "cc/content_layer_client.h"
|
| #include "cc/layer.h"
|
| +#include "cc/layer_animation_controller.h"
|
| +#include "cc/layer_impl.h"
|
| +#include "cc/layer_sorter.h"
|
| #include "cc/math_util.h"
|
| #include "cc/proxy.h"
|
| #include "cc/single_thread_proxy.h"
|
|
|