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

Unified Diff: Source/modules/fetch/FetchRequestData.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/FetchRequestData.h ('k') | Source/modules/fetch/FetchResponseData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchRequestData.cpp
diff --git a/Source/modules/serviceworkers/FetchRequestData.cpp b/Source/modules/fetch/FetchRequestData.cpp
similarity index 96%
rename from Source/modules/serviceworkers/FetchRequestData.cpp
rename to Source/modules/fetch/FetchRequestData.cpp
index 6d214f15362cf1cc26f84d4bf32ffbdc8b3a9067..d815ac7a6068b2a3cd9d7f7697dfb66ab1a4f521 100644
--- a/Source/modules/serviceworkers/FetchRequestData.cpp
+++ b/Source/modules/fetch/FetchRequestData.cpp
@@ -3,12 +3,12 @@
// found in the LICENSE file.
#include "config.h"
-#include "FetchRequestData.h"
+#include "modules/fetch/FetchRequestData.h"
#include "core/dom/ExecutionContext.h"
#include "core/fetch/ResourceLoaderOptions.h"
#include "core/loader/ThreadableLoader.h"
-#include "modules/serviceworkers/FetchHeaderList.h"
+#include "modules/fetch/FetchHeaderList.h"
#include "platform/network/ResourceRequest.h"
#include "public/platform/WebServiceWorkerRequest.h"
#include "public/platform/WebURLRequest.h"
« no previous file with comments | « Source/modules/fetch/FetchRequestData.h ('k') | Source/modules/fetch/FetchResponseData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698