| Index: Source/modules/fetch/FetchRequestData.cpp
|
| diff --git a/Source/modules/serviceworkers/FetchRequestData.cpp b/Source/modules/fetch/FetchRequestData.cpp
|
| similarity index 96%
|
| rename from Source/modules/serviceworkers/FetchRequestData.cpp
|
| rename to Source/modules/fetch/FetchRequestData.cpp
|
| index 6d214f15362cf1cc26f84d4bf32ffbdc8b3a9067..d815ac7a6068b2a3cd9d7f7697dfb66ab1a4f521 100644
|
| --- a/Source/modules/serviceworkers/FetchRequestData.cpp
|
| +++ b/Source/modules/fetch/FetchRequestData.cpp
|
| @@ -3,12 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "FetchRequestData.h"
|
| +#include "modules/fetch/FetchRequestData.h"
|
|
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/fetch/ResourceLoaderOptions.h"
|
| #include "core/loader/ThreadableLoader.h"
|
| -#include "modules/serviceworkers/FetchHeaderList.h"
|
| +#include "modules/fetch/FetchHeaderList.h"
|
| #include "platform/network/ResourceRequest.h"
|
| #include "public/platform/WebServiceWorkerRequest.h"
|
| #include "public/platform/WebURLRequest.h"
|
|
|