Index: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp |
diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp |
index 55de9f5db034875e0cfcdaefd1a6284351891350..a012c7969e86cfe45e40dad2ad34a412c29cf637 100644 |
--- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp |
@@ -4,6 +4,7 @@ |
#include "modules/fetch/BodyStreamBuffer.h" |
+#include <memory> |
#include "bindings/core/v8/ScriptState.h" |
#include "bindings/core/v8/V8HiddenValue.h" |
#include "bindings/core/v8/V8ThrowException.h" |
@@ -16,7 +17,6 @@ |
#include "modules/fetch/ReadableStreamBytesConsumer.h" |
#include "platform/blob/BlobData.h" |
#include "platform/network/EncodedFormData.h" |
-#include <memory> |
namespace blink { |