Index: third_party/WebKit/Source/core/animation/EffectInputTest.cpp |
diff --git a/third_party/WebKit/Source/core/animation/EffectInputTest.cpp b/third_party/WebKit/Source/core/animation/EffectInputTest.cpp |
index 017d5eca216571d6cb75099c8675cc4858430867..ad4a7b44941ea2e29e4519cbc063df91ae0d5e85 100644 |
--- a/third_party/WebKit/Source/core/animation/EffectInputTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/EffectInputTest.cpp |
@@ -4,6 +4,8 @@ |
#include "core/animation/EffectInput.h" |
+#include <v8.h> |
+#include <memory> |
#include "bindings/core/v8/Dictionary.h" |
#include "bindings/core/v8/DictionarySequenceOrDictionary.h" |
#include "bindings/core/v8/V8BindingForTesting.h" |
@@ -14,8 +16,6 @@ |
#include "core/dom/ExceptionCode.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
-#include <v8.h> |
namespace blink { |