Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h |
index d5b295b90fc90252be61f9f9e82af627855d6a62..bbb1caa6bb5e22c159df9ed2c41f09ae2741c78b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h |
@@ -5,12 +5,12 @@ |
#ifndef ScriptStreamer_h |
#define ScriptStreamer_h |
+#include <v8.h> |
+#include <memory> |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
-#include <v8.h> |
namespace blink { |