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

Unified Diff: Source/core/animation/animatable/AnimatableDoubleTest.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/AnimatableDoubleTest.cpp
diff --git a/Source/core/animation/animatable/AnimatableDoubleTest.cpp b/Source/core/animation/animatable/AnimatableDoubleTest.cpp
index 0808838831b1436dfde885020a232fbd32bf71c5..3435536d9d072e9e9990283c04f2845e3a3797d1 100644
--- a/Source/core/animation/animatable/AnimatableDoubleTest.cpp
+++ b/Source/core/animation/animatable/AnimatableDoubleTest.cpp
@@ -33,9 +33,7 @@
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(AnimationAnimatableDoubleTest, Create)
{
@@ -69,4 +67,4 @@ TEST(AnimationAnimatableDoubleTest, Interpolate)
EXPECT_EQ(25, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 1.5).get())->toDouble());
}
-}
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698