| Index: Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp b/Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp
|
| index 0217949e859f647e0e2973c3c7f8b2eaa9f40762..b961164f55e223f009b33e4df88e7185f9f6a699 100644
|
| --- a/Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp
|
| @@ -7,9 +7,7 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| TEST(AnimationAnimatableDoubleAndBoolTest, Create)
|
| {
|
| @@ -85,4 +83,4 @@ TEST(AnimationAnimatableDoubleAndBoolTest, Step)
|
| EXPECT_FALSE(toAnimatableDoubleAndBool(AnimatableValue::interpolate(from10.get(), to20.get(), 1.5).get())->flag());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|