| Index: cc/layer.cc
|
| diff --git a/cc/layer.cc b/cc/layer.cc
|
| index 967f3b97e8d8d7fb8d6358c1672b82f1660452d5..e8be2bc401075ae8d461c51c297e2adb39628e24 100644
|
| --- a/cc/layer.cc
|
| +++ b/cc/layer.cc
|
| @@ -8,9 +8,9 @@
|
|
|
| #include "CCActiveAnimation.h"
|
| #include "CCAnimationEvents.h"
|
| -#include "CCLayerAnimationController.h"
|
| -#include "CCLayerImpl.h"
|
| -#include "CCLayerTreeHost.h"
|
| +#include "cc/layer_animation_controller.h"
|
| +#include "cc/layer_impl.h"
|
| +#include "cc/layer_tree_host.h"
|
| #include "cc/settings.h"
|
| #include <public/WebAnimationDelegate.h>
|
| #include <public/WebLayerScrollClient.h>
|
|
|