| Index: Source/core/animation/animatable/AnimatableUnknownTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableUnknownTest.cpp b/Source/core/animation/animatable/AnimatableUnknownTest.cpp
|
| index 4ed811d930d3461d3df62dc0239045b0dd6bb3f4..d4c2c0f0b0ebdbfbe42e47443d9ca0ec86502fbb 100644
|
| --- a/Source/core/animation/animatable/AnimatableUnknownTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableUnknownTest.cpp
|
| @@ -33,12 +33,9 @@
|
|
|
| #include "core/animation/animatable/AnimatableNeutral.h"
|
| #include "core/css/CSSValuePool.h"
|
| -
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| class AnimationAnimatableUnknownTest : public ::testing::Test {
|
| protected:
|
| @@ -82,4 +79,4 @@ TEST_F(AnimationAnimatableUnknownTest, Interpolate)
|
| EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 1).get())->toCSSValue());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|