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