| Index: Source/core/style/SVGComputedStyleTest.cpp
|
| diff --git a/Source/core/style/SVGComputedStyleTest.cpp b/Source/core/style/SVGComputedStyleTest.cpp
|
| index 0f31f6745db972703321e09a29689b000b0a14d9..a4191af1f5eddcafaa04a546141f2f9c0f0b1bbb 100644
|
| --- a/Source/core/style/SVGComputedStyleTest.cpp
|
| +++ b/Source/core/style/SVGComputedStyleTest.cpp
|
| @@ -7,9 +7,7 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| // Ensures RefPtr values are compared by their values, not by pointers.
|
| #define TEST_STYLE_REFPTR_VALUE_NO_DIFF(type, fieldName) \
|
| @@ -67,4 +65,4 @@ TEST(SVGComputedStyleTest, MiscStyleShouldCompareValue)
|
| TEST_STYLE_VALUE_NO_DIFF(Length, BaselineShiftValue);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|