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

Unified Diff: Source/modules/cachestorage/GlobalCacheStorage.cpp

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
Index: Source/modules/cachestorage/GlobalCacheStorage.cpp
diff --git a/Source/modules/serviceworkers/GlobalCacheStorage.cpp b/Source/modules/cachestorage/GlobalCacheStorage.cpp
similarity index 96%
rename from Source/modules/serviceworkers/GlobalCacheStorage.cpp
rename to Source/modules/cachestorage/GlobalCacheStorage.cpp
index 9ded71370c2e93d8b33a9810bdf4ebb0c86446c9..e1c38c7106ec0b0c765bd85e5d2e6e16d4d587c7 100644
--- a/Source/modules/serviceworkers/GlobalCacheStorage.cpp
+++ b/Source/modules/cachestorage/GlobalCacheStorage.cpp
@@ -3,13 +3,13 @@
// found in the LICENSE file.
#include "config.h"
-#include "modules/serviceworkers/GlobalCacheStorage.h"
+#include "modules/cachestorage/GlobalCacheStorage.h"
#include "core/dom/ExecutionContext.h"
#include "core/frame/LocalDOMWindow.h"
#include "core/frame/UseCounter.h"
#include "core/workers/WorkerGlobalScope.h"
-#include "modules/serviceworkers/CacheStorage.h"
+#include "modules/cachestorage/CacheStorage.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
#include "platform/weborigin/DatabaseIdentifier.h"
« no previous file with comments | « Source/modules/cachestorage/GlobalCacheStorage.h ('k') | Source/modules/cachestorage/InspectorCacheStorageAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698