| Index: Source/core/animation/AnimationTranslationUtilTest.cpp
|
| diff --git a/Source/core/animation/AnimationTranslationUtilTest.cpp b/Source/core/animation/AnimationTranslationUtilTest.cpp
|
| index 4d156dfcd552c4a0d5764fe4d08db0b4d1a7778c..36ba196bc91e1685efd4fefd4856fc6580b19559 100644
|
| --- a/Source/core/animation/AnimationTranslationUtilTest.cpp
|
| +++ b/Source/core/animation/AnimationTranslationUtilTest.cpp
|
| @@ -23,7 +23,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/animation/AnimationTranslationUtil.h"
|
|
|
| #include "platform/graphics/filters/FilterOperations.h"
|
| @@ -38,9 +37,7 @@
|
| #include <gmock/gmock.h>
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| class WebTransformOperationsMock : public WebTransformOperations {
|
| public:
|
| @@ -106,5 +103,4 @@ TEST(AnimationTranslationUtilTest, filtersWork)
|
| toWebFilterOperations(ops, &outOps);
|
| }
|
|
|
| -}
|
| -
|
| +} // namespace blink
|
|
|