| Index: content/browser/indexed_db/indexed_db_context_impl.h
|
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.h b/content/browser/indexed_db/indexed_db_context_impl.h
|
| index f03c7a92612d6c0f9a2219088772d9075bfdbf84..47e577426d49023d2770de750d8d5a582d2d6f21 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.h
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.h
|
| @@ -62,7 +62,7 @@ class CONTENT_EXPORT IndexedDBContextImpl
|
| IndexedDBContextImpl(const base::FilePath& data_path,
|
| storage::SpecialStoragePolicy* special_storage_policy,
|
| storage::QuotaManagerProxy* quota_manager_proxy,
|
| - base::SequencedTaskRunner* task_runner);
|
| + scoped_refptr<base::SequencedTaskRunner> task_runner);
|
|
|
| IndexedDBFactory* GetIDBFactory();
|
|
|
|
|