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

Unified Diff: Source/core/animation/animatable/AnimatableDoubleAndBoolTest.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/AnimatableDoubleAndBoolTest.cpp
diff --git a/Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp b/Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp
index 0217949e859f647e0e2973c3c7f8b2eaa9f40762..b961164f55e223f009b33e4df88e7185f9f6a699 100644
--- a/Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp
+++ b/Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp
@@ -7,9 +7,7 @@
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(AnimationAnimatableDoubleAndBoolTest, Create)
{
@@ -85,4 +83,4 @@ TEST(AnimationAnimatableDoubleAndBoolTest, Step)
EXPECT_FALSE(toAnimatableDoubleAndBool(AnimatableValue::interpolate(from10.get(), to20.get(), 1.5).get())->flag());
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/animation/animatable/AnimatableColorTest.cpp ('k') | Source/core/animation/animatable/AnimatableDoubleTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698