Index: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp |
index 95dafb66b25f7707a7945469e063572f012687e6..8168fca90e2cf75916a3bbd59e3140fa9a6b1564 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp |
@@ -4,6 +4,7 @@ |
#include "bindings/core/v8/V8ScriptRunner.h" |
+#include <v8.h> |
#include "bindings/core/v8/V8Binding.h" |
#include "bindings/core/v8/V8BindingForTesting.h" |
#include "core/loader/resource/ScriptResource.h" |
@@ -11,7 +12,6 @@ |
#include "platform/loader/fetch/CachedMetadata.h" |
#include "platform/loader/fetch/CachedMetadataHandler.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <v8.h> |
namespace blink { |