| Index: content/browser/background_sync/background_sync_manager.h
|
| diff --git a/content/browser/background_sync/background_sync_manager.h b/content/browser/background_sync/background_sync_manager.h
|
| index 674186c8712c25b831a195b32438a63ada1fe660..40bbb551feaa0d902cdeca60e01a88380399a782 100644
|
| --- a/content/browser/background_sync/background_sync_manager.h
|
| +++ b/content/browser/background_sync/background_sync_manager.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/callback_forward.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "content/browser/service_worker/service_worker_cache_scheduler.h"
|
| +#include "content/browser/cache_storage/cache_storage_scheduler.h"
|
| #include "content/browser/service_worker/service_worker_storage.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/service_worker/service_worker_status_code.h"
|
| @@ -208,7 +208,7 @@ class CONTENT_EXPORT BackgroundSyncManager {
|
| void PendingStatusCallback(const StatusCallback& callback, ErrorType error);
|
|
|
| SWIdToRegistrationsMap sw_to_registrations_map_;
|
| - ServiceWorkerCacheScheduler op_scheduler_;
|
| + CacheStorageScheduler op_scheduler_;
|
| scoped_refptr<ServiceWorkerContextWrapper> service_worker_context_;
|
|
|
| base::WeakPtrFactory<BackgroundSyncManager> weak_ptr_factory_;
|
|
|