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

Unified Diff: Source/core/style/ComputedStyleTest.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/layout/shapes/BoxShapeTest.cpp ('k') | Source/core/style/OutlineValueTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ComputedStyleTest.cpp
diff --git a/Source/core/style/ComputedStyleTest.cpp b/Source/core/style/ComputedStyleTest.cpp
index 107985a374323c8e8ddf76581219257e6c065160..469ebb263aaff217711e96c6c7725edfd0c9ab84 100644
--- a/Source/core/style/ComputedStyleTest.cpp
+++ b/Source/core/style/ComputedStyleTest.cpp
@@ -7,12 +7,9 @@
#include "core/layout/ClipPathOperation.h"
#include "core/style/ShapeValue.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(ComputedStyleTest, ShapeOutsideBoxEqual)
{
@@ -50,4 +47,4 @@ TEST(ComputedStyleTest, ClipPathEqual)
ASSERT_EQ(*style1, *style2);
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/layout/shapes/BoxShapeTest.cpp ('k') | Source/core/style/OutlineValueTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698