| Index: Source/core/animation/animatable/AnimatableDoubleTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableDoubleTest.cpp b/Source/core/animation/animatable/AnimatableDoubleTest.cpp
|
| index 0808838831b1436dfde885020a232fbd32bf71c5..3435536d9d072e9e9990283c04f2845e3a3797d1 100644
|
| --- a/Source/core/animation/animatable/AnimatableDoubleTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableDoubleTest.cpp
|
| @@ -33,9 +33,7 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| TEST(AnimationAnimatableDoubleTest, Create)
|
| {
|
| @@ -69,4 +67,4 @@ TEST(AnimationAnimatableDoubleTest, Interpolate)
|
| EXPECT_EQ(25, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 1.5).get())->toDouble());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|