Index: cc/test/animation_test_common.cc |
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc |
index 73e0960cc20ef71755f1abcf1816b3ac589e8b87..678f8de5fb4cfffa83228707b63cb3603ddd2ac5 100644 |
--- a/cc/test/animation_test_common.cc |
+++ b/cc/test/animation_test_common.cc |
@@ -70,7 +70,7 @@ int addAnimatedTransform(Target& target, double duration, int deltaX, int deltaY |
} // namespace |
-namespace WebKitTests { |
+namespace cc { |
FakeFloatAnimationCurve::FakeFloatAnimationCurve() |
: m_duration(1) |
@@ -185,4 +185,4 @@ int addAnimatedTransformToLayer(cc::LayerImpl& layer, double duration, int delta |
return addAnimatedTransform(*layer.layerAnimationController(), duration, deltaX, deltaY); |
} |
-} // namespace WebKitTests |
+} // namespace cc |