| 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_;
|
|
|