| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index d293206feb6e1d9e800b2082e34cd90a2a77c432..6ee0cdd87ddb4c4b90239e178af29f8ce533fa1b 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:
|
| @@ -86,6 +86,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_
|
|
|