| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index c136f41a1eb523e4e208e31e931fc1df71c7a92e..a45e9f0271262c701396ce86ecc4ff5c1991b9a5 100644
|
| --- a/cc/test/animation_test_common.h
|
| +++ b/cc/test/animation_test_common.h
|
| @@ -14,7 +14,7 @@ class LayerImpl;
|
| class Layer;
|
| }
|
|
|
| -namespace WebKitTests {
|
| +namespace cc {
|
|
|
| class FakeFloatAnimationCurve : public cc::FloatAnimationCurve {
|
| public:
|
| @@ -69,6 +69,6 @@ int addOpacityTransitionToLayer(cc::LayerImpl&, double duration, float startOpac
|
| int addAnimatedTransformToLayer(cc::Layer&, double duration, int deltaX, int deltaY);
|
| int addAnimatedTransformToLayer(cc::LayerImpl&, double duration, int deltaX, int deltaY);
|
|
|
| -} // namespace WebKitTests
|
| +} // namespace cc
|
|
|
| #endif // CC_TEST_ANIMATION_TEST_COMMON_H_
|
|
|