| 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"
|
|
|
|
|