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

Unified Diff: Source/modules/fetch/GlobalFetch.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/GlobalFetch.h ('k') | Source/modules/fetch/Headers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/GlobalFetch.cpp
diff --git a/Source/modules/serviceworkers/GlobalFetch.cpp b/Source/modules/fetch/GlobalFetch.cpp
similarity index 96%
rename from Source/modules/serviceworkers/GlobalFetch.cpp
rename to Source/modules/fetch/GlobalFetch.cpp
index 0dffe639454c4797bb118eb7df73b8e3151e72ff..1344790a05382ea10e487047db9da6230dba9db8 100644
--- a/Source/modules/serviceworkers/GlobalFetch.cpp
+++ b/Source/modules/fetch/GlobalFetch.cpp
@@ -3,13 +3,13 @@
// found in the LICENSE file.
#include "config.h"
-#include "modules/serviceworkers/GlobalFetch.h"
+#include "modules/fetch/GlobalFetch.h"
#include "core/dom/ActiveDOMObject.h"
#include "core/frame/LocalDOMWindow.h"
#include "core/workers/WorkerGlobalScope.h"
-#include "modules/serviceworkers/FetchManager.h"
-#include "modules/serviceworkers/Request.h"
+#include "modules/fetch/FetchManager.h"
+#include "modules/fetch/Request.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
#include "wtf/OwnPtr.h"
« no previous file with comments | « Source/modules/fetch/GlobalFetch.h ('k') | Source/modules/fetch/Headers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698