Index: cc/CCTimingFunction.h |
diff --git a/cc/CCTimingFunction.h b/cc/CCTimingFunction.h |
index 30bba7254a002f70323f877010ed6735e558c5ba..990403a6f19f08803db2348ab024f3106d0df11a 100644 |
--- a/cc/CCTimingFunction.h |
+++ b/cc/CCTimingFunction.h |
@@ -9,7 +9,7 @@ |
#include "UnitBezier.h" |
#include <wtf/PassOwnPtr.h> |
-namespace WebCore { |
+namespace cc { |
// See http://www.w3.org/TR/css3-transitions/. |
class CCTimingFunction : public CCFloatAnimationCurve { |
@@ -58,7 +58,6 @@ public: |
static PassOwnPtr<CCTimingFunction> create(); |
}; |
-} // namespace WebCore |
+} // namespace cc |
#endif // CCTimingFunction_h |
- |