| Index: Source/core/animation/animatable/AnimatableColorTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableColorTest.cpp b/Source/core/animation/animatable/AnimatableColorTest.cpp
|
| index 506536db82c6296fc769f8186587a967aa750aeb..2d4a4a898700f94863d47810c1f01a382d857515 100644
|
| --- a/Source/core/animation/animatable/AnimatableColorTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableColorTest.cpp
|
| @@ -33,9 +33,7 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| TEST(AnimationAnimatableColorTest, ToColor)
|
| {
|
| @@ -65,4 +63,4 @@ TEST(AnimationAnimatableColorTest, Interpolate)
|
| EXPECT_EQ(AnimatableColorImpl(Color(0x10204080)).interpolateTo(Color(0x104080C0), 0.5).toColor().rgb(), 0x103060A0u);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|