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

Unified Diff: Source/core/animation/AnimationEffectTest.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
« no previous file with comments | « Source/core/animation/AnimationClockTest.cpp ('k') | Source/core/animation/AnimationTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationEffectTest.cpp
diff --git a/Source/core/animation/AnimationEffectTest.cpp b/Source/core/animation/AnimationEffectTest.cpp
index ca359672cfcddb1a9b64785bcf8390f7c00432cf..2c8d747a50ec93cdf424920196513a925da20cee 100644
--- a/Source/core/animation/AnimationEffectTest.cpp
+++ b/Source/core/animation/AnimationEffectTest.cpp
@@ -32,12 +32,9 @@
#include "core/animation/AnimationEffect.h"
#include "core/animation/ComputedTimingProperties.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class TestAnimationEffectEventDelegate : public AnimationEffect::EventDelegate {
public:
@@ -784,4 +781,4 @@ TEST(AnimationAnimationEffectTest, TimeToEffectChange)
EXPECT_TRUE(std::isinf(animationNode->takeTimeToNextIteration()));
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/animation/AnimationClockTest.cpp ('k') | Source/core/animation/AnimationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698