Index: cc/test/animation_test_common.cc |
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc |
index 7ceaf3fc0cf7d41dbad256b49318601580b73082..819af41a879e8269204546f6416aed8e945f11f4 100644 |
--- a/cc/test/animation_test_common.cc |
+++ b/cc/test/animation_test_common.cc |
@@ -6,10 +6,10 @@ |
#include "cc/test/animation_test_common.h" |
-#include "CCKeyframedAnimationCurve.h" |
-#include "CCLayerAnimationController.h" |
-#include "CCLayerImpl.h" |
+#include "cc/keyframed_animation_curve.h" |
#include "cc/layer.h" |
+#include "cc/layer_animation_controller.h" |
+#include "cc/layer_impl.h" |
#include <public/WebTransformOperations.h> |
using namespace cc; |