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

Unified Diff: Source/web/ServiceWorkerGlobalScopeClientImpl.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/serviceworkers/WorkerFetch.idl ('k') | Source/web/ServiceWorkerGlobalScopeProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
index f63da915bb9cbad10dd4c2f7506763f539165e2f..385b601bcecedd79b6fb14d58b03cec1f1900ba5 100644
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "web/ServiceWorkerGlobalScopeClientImpl.h"
-#include "modules/serviceworkers/Response.h"
+#include "modules/fetch/Response.h"
#include "public/platform/WebServiceWorkerResponse.h"
#include "public/platform/WebURL.h"
#include "public/web/WebServiceWorkerContextClient.h"
« no previous file with comments | « Source/modules/serviceworkers/WorkerFetch.idl ('k') | Source/web/ServiceWorkerGlobalScopeProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698