Index: third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp |
diff --git a/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp b/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp |
index e8e7b98a69c68b6c626fd23903c7496e28008277..a9d937e0383a8a29e3a09752f58e21d255871f69 100644 |
--- a/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp |
@@ -6,9 +6,9 @@ |
#include "bindings/core/v8/ScriptState.h" |
#include "core/dom/DOMArrayBuffer.h" |
-#include "core/fetch/FetchUtils.h" |
#include "modules/fetch/BodyStreamBuffer.h" |
#include "modules/fetch/FetchHeaderList.h" |
+#include "platform/loader/fetch/FetchUtils.h" |
#include "public/platform/modules/serviceworker/WebServiceWorkerResponse.h" |
#include "wtf/PtrUtil.h" |