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

Unified Diff: Source/modules/cachestorage/Cache.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 | « no previous file | Source/modules/cachestorage/Cache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | Source/modules/cachestorage/Cache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698