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