| Index: content/browser/dom_storage/dom_storage_context_impl.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
|
| index c8cf956796a127381355205d510964df4e7eaccc..acea443c744d92f76ddfd7fa684f56ebc431c638 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -112,7 +112,7 @@ class CONTENT_EXPORT DOMStorageContextImpl
|
| DOMStorageContextImpl(const base::FilePath& localstorage_directory,
|
| const base::FilePath& sessionstorage_directory,
|
| storage::SpecialStoragePolicy* special_storage_policy,
|
| - DOMStorageTaskRunner* task_runner);
|
| + scoped_refptr<DOMStorageTaskRunner> task_runner);
|
|
|
| // Returns the directory path for localStorage, or an empty directory, if
|
| // there is no backing on disk.
|
|
|