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

Unified Diff: Source/core/animation/AnimationTest.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/AnimationTest.cpp
diff --git a/Source/core/animation/AnimationTest.cpp b/Source/core/animation/AnimationTest.cpp
index f1b47466ea05d0a8ae1590f5992df2614b0d6200..aece15f2afaecf0871daf29e0b0b710e7dd64f91 100644
--- a/Source/core/animation/AnimationTest.cpp
+++ b/Source/core/animation/AnimationTest.cpp
@@ -41,13 +41,11 @@
#include "platform/weborigin/KURL.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
class AnimationAnimationTest : public ::testing::Test {
protected:
- virtual void SetUp()
+ void SetUp() override
{
setUpWithoutStartingTimeline();
startTimeline();
@@ -876,4 +874,4 @@ TEST_F(AnimationAnimationTest, PauseAfterCancel)
EXPECT_TRUE(std::isnan(animation->startTime()));
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/animation/AnimationEffectTest.cpp ('k') | Source/core/animation/AnimationTranslationUtilTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698