| 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
|
|
|