| Index: Source/modules/fetch/GlobalFetch.h
|
| diff --git a/Source/modules/serviceworkers/GlobalFetch.h b/Source/modules/fetch/GlobalFetch.h
|
| similarity index 94%
|
| rename from Source/modules/serviceworkers/GlobalFetch.h
|
| rename to Source/modules/fetch/GlobalFetch.h
|
| index 01fe984662b3dea36d1a4a476118730a94221bea..53788f3d047e64e6e31a2d51cc8abd88566d2c0e 100644
|
| --- a/Source/modules/serviceworkers/GlobalFetch.h
|
| +++ b/Source/modules/fetch/GlobalFetch.h
|
| @@ -6,7 +6,7 @@
|
| #define GlobalFetch_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "modules/serviceworkers/Request.h"
|
| +#include "modules/fetch/Request.h"
|
|
|
| namespace blink {
|
|
|
|
|