Index: cc/animation_curve.cc |
diff --git a/cc/animation_curve.cc b/cc/animation_curve.cc |
index eaeaa85d04cea2252291473d18de5b6084736b8e..de8be1b4dd3507b86dfec428378f6bf875a67a4e 100644 |
--- a/cc/animation_curve.cc |
+++ b/cc/animation_curve.cc |
@@ -4,7 +4,7 @@ |
#include "config.h" |
-#include "CCAnimationCurve.h" |
+#include "cc/animation_curve.h" |
#include "base/logging.h" |
@@ -32,4 +32,4 @@ AnimationCurve::Type TransformAnimationCurve::type() const |
return Transform; |
} |
-} // namespace cc |
+} // namespace cc |