| Index: third_party/WebKit/Source/modules/fetch/Response.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.cpp b/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| index 6cae459ac3473723a8af910455cb8940c431d8a3..71e3ac04830333c11ef4e9b632dbd6e021a35393 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| @@ -17,7 +17,6 @@
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMArrayBufferView.h"
|
| #include "core/dom/URLSearchParams.h"
|
| -#include "core/fetch/FetchUtils.h"
|
| #include "core/fileapi/Blob.h"
|
| #include "core/html/FormData.h"
|
| #include "core/streams/ReadableStreamOperations.h"
|
| @@ -25,6 +24,7 @@
|
| #include "modules/fetch/BodyStreamBuffer.h"
|
| #include "modules/fetch/FormDataBytesConsumer.h"
|
| #include "modules/fetch/ResponseInit.h"
|
| +#include "platform/loader/fetch/FetchUtils.h"
|
| #include "platform/network/EncodedFormData.h"
|
| #include "platform/network/HTTPHeaderMap.h"
|
| #include "platform/network/NetworkUtils.h"
|
|
|