| Index: cc/test/animation_test_common.cc
|
| diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
|
| index fd6ba2dd7e797f0ac8fdd3542bcaf44a083afd49..b6ba614d199ffdc4df1c9f805aa8c70c52a717c1 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)
|
| @@ -219,4 +219,4 @@ int addAnimatedTransformToLayer(cc::LayerImpl& layer, double duration, int delta
|
| return addAnimatedTransform(*layer.layerAnimationController(), duration, deltaX, deltaY);
|
| }
|
|
|
| -} // namespace WebKitTests
|
| +} // namespace cc
|
|
|