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

Unified Diff: Source/core/style/OutlineValueTest.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/ComputedStyleTest.cpp ('k') | Source/core/style/SVGComputedStyleTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/OutlineValueTest.cpp
diff --git a/Source/core/style/OutlineValueTest.cpp b/Source/core/style/OutlineValueTest.cpp
index cb4111e014d6867033064e92cb55e36666c5028d..aa980ee65517007b83817354d7ed2aac47ca5aa6 100644
--- a/Source/core/style/OutlineValueTest.cpp
+++ b/Source/core/style/OutlineValueTest.cpp
@@ -7,9 +7,7 @@
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(OutlineValueTest, VisuallyEqualStyle)
{
@@ -58,4 +56,4 @@ TEST(OutlineValueTest, VisuallyEqualIsAuto)
EXPECT_TRUE(outline1.visuallyEqual(outline2));
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/style/ComputedStyleTest.cpp ('k') | Source/core/style/SVGComputedStyleTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698