Index: cc/CCAnimationCurve.h |
diff --git a/cc/CCAnimationCurve.h b/cc/CCAnimationCurve.h |
index 4fb614179ccd60140e7134cbb3a7787c872679f0..46808f657494f01bba7cdd9f0be6c6064b6dfd1a 100644 |
--- a/cc/CCAnimationCurve.h |
+++ b/cc/CCAnimationCurve.h |
@@ -8,7 +8,7 @@ |
#include <public/WebTransformationMatrix.h> |
#include <wtf/PassOwnPtr.h> |
-namespace WebCore { |
+namespace cc { |
class CCFloatAnimationCurve; |
class CCTransformAnimationCurve; |
@@ -51,6 +51,6 @@ public: |
virtual Type type() const OVERRIDE { return Transform; } |
}; |
-} // namespace WebCore |
+} // namespace cc |
#endif // CCAnimation_h |