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

Unified Diff: content/renderer/cache_storage/webserviceworkercachestorage_impl.h

Issue 1039763002: Cache Storage: Move files to content/*/cache_storage, rename classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN fix 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: content/renderer/cache_storage/webserviceworkercachestorage_impl.h
diff --git a/content/renderer/service_worker/webserviceworkercachestorage_impl.h b/content/renderer/cache_storage/webserviceworkercachestorage_impl.h
similarity index 95%
rename from content/renderer/service_worker/webserviceworkercachestorage_impl.h
rename to content/renderer/cache_storage/webserviceworkercachestorage_impl.h
index 77fd8234b5f6553e04bb18dcc5e7ef815dc90c15..0665936c8ad0f65440479a912848594b67a3b376 100644
--- a/content/renderer/service_worker/webserviceworkercachestorage_impl.h
+++ b/content/renderer/cache_storage/webserviceworkercachestorage_impl.h
@@ -13,7 +13,7 @@
namespace content {
-class ServiceWorkerCacheStorageDispatcher;
+class CacheStorageDispatcher;
class ThreadSafeSender;
// This corresponds to an instance of the script-facing CacheStorage object.
@@ -45,7 +45,7 @@ class WebServiceWorkerCacheStorageImpl
private:
// Helper to return the thread-specific dispatcher.
- ServiceWorkerCacheStorageDispatcher* GetDispatcher() const;
+ CacheStorageDispatcher* GetDispatcher() const;
scoped_refptr<ThreadSafeSender> thread_safe_sender_;
const GURL origin_;

Powered by Google App Engine
This is Rietveld 408576698