Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1318)

Unified Diff: Source/modules/cachestorage/CacheStorage.h

Issue 1055543004: Move Cache Storage API implementation to modules/cachestorage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/cachestorage/CacheQueryOptions.idl ('k') | Source/modules/cachestorage/CacheStorage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « Source/modules/cachestorage/CacheQueryOptions.idl ('k') | Source/modules/cachestorage/CacheStorage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698