| Index: Source/core/animation/AnimatableValueTestHelperTest.cpp
|
| diff --git a/Source/core/animation/AnimatableValueTestHelperTest.cpp b/Source/core/animation/AnimatableValueTestHelperTest.cpp
|
| index 13d4b8388d5130a6aea598b7688cadc22cf5aa32..fad1a5a55e478b32fc569e125b2fd7baef3c7598 100644
|
| --- a/Source/core/animation/AnimatableValueTestHelperTest.cpp
|
| +++ b/Source/core/animation/AnimatableValueTestHelperTest.cpp
|
| @@ -48,7 +48,7 @@ using namespace WebCore;
|
|
|
| namespace {
|
|
|
| -class CoreAnimationAnimatableValueTestHelperTest : public ::testing::Test {
|
| +class AnimationAnimatableValueTestHelperTest : public ::testing::Test {
|
| protected:
|
| ::std::string PrintToString(PassRefPtr<AnimatableValue> animValue)
|
| {
|
| @@ -61,7 +61,7 @@ protected:
|
| }
|
| };
|
|
|
| -TEST_F(CoreAnimationAnimatableValueTestHelperTest, PrintTo)
|
| +TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo)
|
| {
|
| EXPECT_THAT(
|
| PrintToString(AnimatableClipPathOperation::create(ShapeClipPathOperation::create(BasicShapeCircle::create().get()).get())),
|
|
|