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

Unified Diff: Source/core/animation/animatable/AnimatableColorTest.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/AnimatableColorTest.cpp
diff --git a/Source/core/animation/animatable/AnimatableColorTest.cpp b/Source/core/animation/animatable/AnimatableColorTest.cpp
index 506536db82c6296fc769f8186587a967aa750aeb..2d4a4a898700f94863d47810c1f01a382d857515 100644
--- a/Source/core/animation/animatable/AnimatableColorTest.cpp
+++ b/Source/core/animation/animatable/AnimatableColorTest.cpp
@@ -33,9 +33,7 @@
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(AnimationAnimatableColorTest, ToColor)
{
@@ -65,4 +63,4 @@ TEST(AnimationAnimatableColorTest, Interpolate)
EXPECT_EQ(AnimatableColorImpl(Color(0x10204080)).interpolateTo(Color(0x104080C0), 0.5).toColor().rgb(), 0x103060A0u);
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/animation/TimingCalculationsTest.cpp ('k') | Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698