Index: third_party/WebKit/Source/core/animation/EffectStackTest.cpp |
diff --git a/third_party/WebKit/Source/core/animation/EffectStackTest.cpp b/third_party/WebKit/Source/core/animation/EffectStackTest.cpp |
index 9b4b807121a79497e6f2118b65d8ac399adb83f9..066be5ffc4d30bb07da7b08ecbdaee8bbf6fa2ce 100644 |
--- a/third_party/WebKit/Source/core/animation/EffectStackTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/EffectStackTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/animation/EffectStack.h" |
+#include <memory> |
#include "core/animation/AnimationClock.h" |
#include "core/animation/CompositorPendingAnimations.h" |
#include "core/animation/DocumentTimeline.h" |
@@ -13,7 +14,6 @@ |
#include "core/animation/animatable/AnimatableDouble.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |