| Index: Source/modules/cachestorage/Cache.h
|
| diff --git a/Source/modules/serviceworkers/Cache.h b/Source/modules/cachestorage/Cache.h
|
| similarity index 98%
|
| rename from Source/modules/serviceworkers/Cache.h
|
| rename to Source/modules/cachestorage/Cache.h
|
| index 03ea5f905c6d21198b0d6e71cfec2a0fb5b05d33..77f9c3b7557ae2d892bee60c2efcc9e5ffc353ce 100644
|
| --- a/Source/modules/serviceworkers/Cache.h
|
| +++ b/Source/modules/cachestorage/Cache.h
|
| @@ -9,7 +9,7 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/modules/v8/UnionTypesModules.h"
|
| #include "core/dom/DOMException.h"
|
| -#include "modules/serviceworkers/CacheQueryOptions.h"
|
| +#include "modules/cachestorage/CacheQueryOptions.h"
|
| #include "public/platform/WebServiceWorkerCache.h"
|
| #include "public/platform/WebServiceWorkerCacheError.h"
|
| #include "wtf/Forward.h"
|
|
|