| Index: Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| index ec1a3a3caa3f376b613eecb5c8e86afa150b5521..a82264aaf3bb4db93ac7bc1f03829956c246e3e9 100644
|
| --- a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| @@ -29,23 +29,19 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/animation/animatable/AnimatableValueTestHelper.h"
|
|
|
| #include "core/layout/ClipPathOperation.h"
|
| #include "core/style/BasicShapes.h"
|
| #include "platform/transforms/ScaleTransformOperation.h"
|
| #include "platform/transforms/TranslateTransformOperation.h"
|
| -
|
| #include <gmock/gmock.h>
|
| #include <gtest/gtest.h>
|
| #include <sstream>
|
| #include <string>
|
|
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| class AnimationAnimatableValueTestHelperTest : public ::testing::Test {
|
| protected:
|
| @@ -102,4 +98,4 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo)
|
| PrintToString(AnimatableVisibility::create(VISIBLE)));
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|