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

Unified Diff: Source/modules/fetch/FetchResponseDataTest.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.cpp ('k') | Source/modules/fetch/GlobalFetch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchResponseDataTest.cpp
diff --git a/Source/modules/serviceworkers/FetchResponseDataTest.cpp b/Source/modules/fetch/FetchResponseDataTest.cpp
similarity index 96%
rename from Source/modules/serviceworkers/FetchResponseDataTest.cpp
rename to Source/modules/fetch/FetchResponseDataTest.cpp
index aff91a9fd4aefb4abcb7a4b684099940cbbb9774..e2844d6b5fedb301cb03b58562e9705b17cae206 100644
--- a/Source/modules/serviceworkers/FetchResponseDataTest.cpp
+++ b/Source/modules/fetch/FetchResponseDataTest.cpp
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "config.h"
-#include "modules/serviceworkers/FetchResponseData.h"
+#include "modules/fetch/FetchResponseData.h"
-#include "modules/serviceworkers/FetchHeaderList.h"
+#include "modules/fetch/FetchHeaderList.h"
#include "platform/blob/BlobData.h"
#include "public/platform/WebServiceWorkerResponse.h"
« no previous file with comments | « Source/modules/fetch/FetchResponseData.cpp ('k') | Source/modules/fetch/GlobalFetch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698