Index: third_party/WebKit/Source/modules/fetch/Body.cpp |
diff --git a/third_party/WebKit/Source/modules/fetch/Body.cpp b/third_party/WebKit/Source/modules/fetch/Body.cpp |
index b168fb3c8fdd831a2ede69403122a145537d990e..762be9fe002536367eb1bf6e37b76962826fcd44 100644 |
--- a/third_party/WebKit/Source/modules/fetch/Body.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/Body.cpp |
@@ -4,6 +4,7 @@ |
#include "modules/fetch/Body.h" |
+#include <memory> |
#include "bindings/core/v8/ScriptPromiseResolver.h" |
#include "bindings/core/v8/ScriptState.h" |
#include "bindings/core/v8/V8ArrayBuffer.h" |
@@ -17,7 +18,6 @@ |
#include "public/platform/WebDataConsumerHandle.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
-#include <memory> |
namespace blink { |