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

Unified Diff: Source/core/animation/animatable/AnimatableNeutralTest.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/AnimatableNeutralTest.cpp
diff --git a/Source/core/animation/animatable/AnimatableNeutralTest.cpp b/Source/core/animation/animatable/AnimatableNeutralTest.cpp
index bdcfe45cd8ac5fb5984c855fc65af6ff2dd1fc5d..dfec141c8b501f02b608dc5f5bf9e0eb1cccf374 100644
--- a/Source/core/animation/animatable/AnimatableNeutralTest.cpp
+++ b/Source/core/animation/animatable/AnimatableNeutralTest.cpp
@@ -33,13 +33,11 @@
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(AnimationAnimatableNeutralTest, Create)
{
EXPECT_TRUE(AnimatableValue::neutralValue());
}
-}
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698