Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: Source/core/style/SVGComputedStyleTest.cpp

Issue 1164413003: Fix unit test style in core/{animation,css,fetch,frame,layout,style,timing}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: anonymous Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/style/OutlineValueTest.cpp ('k') | Source/core/timing/MemoryInfoTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/style/OutlineValueTest.cpp ('k') | Source/core/timing/MemoryInfoTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698