| Index: Source/modules/fetch/Body.cpp
 | 
| diff --git a/Source/modules/serviceworkers/Body.cpp b/Source/modules/fetch/Body.cpp
 | 
| similarity index 99%
 | 
| rename from Source/modules/serviceworkers/Body.cpp
 | 
| rename to Source/modules/fetch/Body.cpp
 | 
| index d85d09772d62d365ab0717c8934ed37f6d3bd1c0..32fcf1a4c8ec00d5eeaaebf2a28af009815b6980 100644
 | 
| --- a/Source/modules/serviceworkers/Body.cpp
 | 
| +++ b/Source/modules/fetch/Body.cpp
 | 
| @@ -3,7 +3,7 @@
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
|  #include "config.h"
 | 
| -#include "modules/serviceworkers/Body.h"
 | 
| +#include "modules/fetch/Body.h"
 | 
|  
 | 
|  #include "bindings/core/v8/ExceptionState.h"
 | 
|  #include "bindings/core/v8/ScriptPromiseResolver.h"
 | 
| @@ -15,7 +15,7 @@
 | 
|  #include "core/fileapi/FileReaderLoader.h"
 | 
|  #include "core/fileapi/FileReaderLoaderClient.h"
 | 
|  #include "core/streams/UnderlyingSource.h"
 | 
| -#include "modules/serviceworkers/BodyStreamBuffer.h"
 | 
| +#include "modules/fetch/BodyStreamBuffer.h"
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |