Chromium Code Reviews| Index: content/browser/service_worker/service_worker_cache_storage.h |
| diff --git a/content/browser/service_worker/service_worker_cache_storage.h b/content/browser/service_worker/service_worker_cache_storage.h |
| index 71037b4327e695b2bdbf1d806e5d0ceaa557fe01..9c78fe89c97d4d0fa9f87ef5c51ed57c793a61f2 100644 |
| --- a/content/browser/service_worker/service_worker_cache_storage.h |
| +++ b/content/browser/service_worker/service_worker_cache_storage.h |
| @@ -12,6 +12,7 @@ |
| #include "base/files/file_path.h" |
| #include "base/id_map.h" |
| #include "base/memory/weak_ptr.h" |
| +#include "content/browser/service_worker/service_worker_cache.h" |
| namespace base { |
| class SequencedTaskRunner; |
| @@ -26,7 +27,7 @@ class BlobStorageContext; |
| } |
| namespace content { |
| -class ServiceWorkerCache; |
| +class ChromeBlobStorageContext; |
|
michaeln
2014/08/14 22:59:01
is this needed?
jkarlin
2014/08/15 11:49:44
Done.
|
| // TODO(jkarlin): Constrain the total bytes used per origin. |
| @@ -108,7 +109,7 @@ class ServiceWorkerCacheStorage { |
| void DidCreateBackend(base::WeakPtr<ServiceWorkerCache> cache, |
| const CacheAndErrorCallback& callback, |
| - bool success); |
| + ServiceWorkerCache::ErrorType error); |
| void AddCacheToMaps(scoped_ptr<ServiceWorkerCache> cache); |