| Index: Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp b/Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp
|
| index f2d723299ae17e8194bdab97f9c8b974773ef09a..5725a1455e4a49cfffe7d93b7721b3336003430c 100644
|
| --- a/Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp
|
| @@ -32,12 +32,9 @@
|
| #include "core/animation/animatable/AnimatableStrokeDasharrayList.h"
|
|
|
| #include "core/style/SVGComputedStyleDefs.h"
|
| -
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| PassRefPtr<SVGDashArray> createSVGDashArray(size_t length)
|
| {
|
| @@ -64,4 +61,4 @@ TEST(AnimationAnimatableStrokeDasharrayListTest, EqualTo)
|
| EXPECT_FALSE(listA->equals(listB.get()));
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|