| Index: Source/modules/cachestorage/CacheStorage.h
|
| diff --git a/Source/modules/serviceworkers/CacheStorage.h b/Source/modules/cachestorage/CacheStorage.h
|
| similarity index 94%
|
| rename from Source/modules/serviceworkers/CacheStorage.h
|
| rename to Source/modules/cachestorage/CacheStorage.h
|
| index 2c483f42ca1af59f180f43563e1e8636a27b5406..fa72b438d00dff3b11c25e8ee741d150af876f16 100644
|
| --- a/Source/modules/serviceworkers/CacheStorage.h
|
| +++ b/Source/modules/cachestorage/CacheStorage.h
|
| @@ -8,8 +8,8 @@
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "modules/serviceworkers/Cache.h"
|
| -#include "modules/serviceworkers/CacheQueryOptions.h"
|
| +#include "modules/cachestorage/Cache.h"
|
| +#include "modules/cachestorage/CacheQueryOptions.h"
|
| #include "public/platform/WebServiceWorkerCacheStorage.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
|
|