| Index: content/browser/shared_worker/worker_storage_partition.cc
|
| diff --git a/content/browser/shared_worker/worker_storage_partition.cc b/content/browser/shared_worker/worker_storage_partition.cc
|
| index efe2f187dc36219f98c134fa4afbc781b35c8ca9..fc343b98599a29866d49f242e3839be1aa4c400c 100644
|
| --- a/content/browser/shared_worker/worker_storage_partition.cc
|
| +++ b/content/browser/shared_worker/worker_storage_partition.cc
|
| @@ -20,9 +20,9 @@ WorkerStoragePartition::WorkerStoragePartition(
|
| net::URLRequestContextGetter* url_request_context,
|
| net::URLRequestContextGetter* media_url_request_context,
|
| ChromeAppCacheService* appcache_service,
|
| - quota::QuotaManager* quota_manager,
|
| - fileapi::FileSystemContext* filesystem_context,
|
| - webkit_database::DatabaseTracker* database_tracker,
|
| + storage::QuotaManager* quota_manager,
|
| + storage::FileSystemContext* filesystem_context,
|
| + storage::DatabaseTracker* database_tracker,
|
| IndexedDBContextImpl* indexed_db_context,
|
| ServiceWorkerContextWrapper* service_worker_context)
|
| : url_request_context_(url_request_context),
|
|
|