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

Unified Diff: Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.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
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
« no previous file with comments | « Source/core/animation/animatable/AnimatableNeutralTest.cpp ('k') | Source/core/animation/animatable/AnimatableUnknownTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698