Index: cc/CCAnimationCurve.cpp |
diff --git a/cc/CCAnimationCurve.cpp b/cc/CCAnimationCurve.cpp |
index b9e80b27b9bfddd04301e7bb6efee30ef3cc9a37..ae5ccdf2b0ae9c597b3ed22ece845ce30de229ba 100644 |
--- a/cc/CCAnimationCurve.cpp |
+++ b/cc/CCAnimationCurve.cpp |
@@ -6,7 +6,7 @@ |
#include "CCAnimationCurve.h" |
-namespace WebCore { |
+namespace cc { |
const CCFloatAnimationCurve* CCAnimationCurve::toFloatAnimationCurve() const |
{ |
@@ -20,4 +20,4 @@ const CCTransformAnimationCurve* CCAnimationCurve::toTransformAnimationCurve() c |
return static_cast<const CCTransformAnimationCurve*>(this); |
} |
-} // namespace WebCore |
+} // namespace cc |