Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1458)

Unified Diff: Source/modules/fetch/FetchResponseData.cpp

Issue 795323003: Move Fetch API releted code to modules/fetch. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/fetch/FetchResponseData.h ('k') | Source/modules/fetch/FetchResponseDataTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchResponseData.cpp
diff --git a/Source/modules/serviceworkers/FetchResponseData.cpp b/Source/modules/fetch/FetchResponseData.cpp
similarity index 98%
rename from Source/modules/serviceworkers/FetchResponseData.cpp
rename to Source/modules/fetch/FetchResponseData.cpp
index 0c22cc7173f608befef7e0b04c7c1849bb6d88ec..0630eabc0d095c42da6ad5ea0750827de54a7b85 100644
--- a/Source/modules/serviceworkers/FetchResponseData.cpp
+++ b/Source/modules/fetch/FetchResponseData.cpp
@@ -3,12 +3,12 @@
// found in the LICENSE file.
#include "config.h"
-#include "FetchResponseData.h"
+#include "modules/fetch/FetchResponseData.h"
#include "core/dom/DOMArrayBuffer.h"
#include "core/fetch/CrossOriginAccessControl.h"
-#include "modules/serviceworkers/BodyStreamBuffer.h"
-#include "modules/serviceworkers/FetchHeaderList.h"
+#include "modules/fetch/BodyStreamBuffer.h"
+#include "modules/fetch/FetchHeaderList.h"
#include "public/platform/WebServiceWorkerResponse.h"
namespace blink {
« no previous file with comments | « Source/modules/fetch/FetchResponseData.h ('k') | Source/modules/fetch/FetchResponseDataTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698