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

Unified Diff: Source/modules/fetch/ResponseInit.h

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/Response.idl ('k') | Source/modules/fetch/ResponseTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/ResponseInit.h
diff --git a/Source/modules/serviceworkers/ResponseInit.h b/Source/modules/fetch/ResponseInit.h
similarity index 96%
rename from Source/modules/serviceworkers/ResponseInit.h
rename to Source/modules/fetch/ResponseInit.h
index 6f0cd712474f1b3367d377da02fa06f726814b21..c11f6602e3c5161489420a8c04014e0d5ef10ede 100644
--- a/Source/modules/serviceworkers/ResponseInit.h
+++ b/Source/modules/fetch/ResponseInit.h
@@ -6,7 +6,7 @@
#define ResponseInit_h
#include "bindings/core/v8/Dictionary.h"
-#include "modules/serviceworkers/Headers.h"
+#include "modules/fetch/Headers.h"
#include "platform/heap/Handle.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « Source/modules/fetch/Response.idl ('k') | Source/modules/fetch/ResponseTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698