| Index: cc/layer.cc
|
| diff --git a/cc/layer.cc b/cc/layer.cc
|
| index 00699e51965ff0c85a83a1fd1210c2f6ad030fea..5925a6892d4fa8fa8e661c9608419d519d110106 100644
|
| --- a/cc/layer.cc
|
| +++ b/cc/layer.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "cc/layer.h"
|
|
|
| -#include "cc/animation.h"
|
| -#include "cc/animation_events.h"
|
| -#include "cc/layer_animation_controller.h"
|
| +#include "cc/animation/animation.h"
|
| +#include "cc/animation/animation_events.h"
|
| +#include "cc/animation/layer_animation_controller.h"
|
| #include "cc/layer_impl.h"
|
| #include "cc/layer_tree_host.h"
|
| #include "cc/layer_tree_impl.h"
|
|
|