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

Unified Diff: Source/modules/fetch/BodyStreamBufferTest.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/BodyStreamBuffer.cpp ('k') | Source/modules/fetch/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/BodyStreamBufferTest.cpp
diff --git a/Source/modules/serviceworkers/BodyStreamBufferTest.cpp b/Source/modules/fetch/BodyStreamBufferTest.cpp
similarity index 99%
rename from Source/modules/serviceworkers/BodyStreamBufferTest.cpp
rename to Source/modules/fetch/BodyStreamBufferTest.cpp
index 009fa5519354f585f13ad30ff75c4d857c1dda63..9beb7ee3c33ea485a0ba60f7a93539e19e0fa769 100644
--- a/Source/modules/serviceworkers/BodyStreamBufferTest.cpp
+++ b/Source/modules/fetch/BodyStreamBufferTest.cpp
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "config.h"
-#include "modules/serviceworkers/BodyStreamBuffer.h"
+#include "modules/fetch/BodyStreamBuffer.h"
#include "core/dom/DOMArrayBuffer.h"
#include "core/dom/DOMException.h"
« no previous file with comments | « Source/modules/fetch/BodyStreamBuffer.cpp ('k') | Source/modules/fetch/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698