| Index: webkit/common/blob/scoped_file.h
|
| diff --git a/webkit/common/blob/scoped_file.h b/webkit/common/blob/scoped_file.h
|
| index cd12323aa5cc52ca542659afbd72e7516dfdbbe5..a4357259b3e82fb095e09a9036297d2b9bac4540 100644
|
| --- a/webkit/common/blob/scoped_file.h
|
| +++ b/webkit/common/blob/scoped_file.h
|
| @@ -49,7 +49,7 @@ class WEBKIT_STORAGE_COMMON_EXPORT ScopedFile {
|
| // is DELETE_ON_SCOPE_OUT.
|
| ScopedFile(const base::FilePath& path,
|
| ScopeOutPolicy policy,
|
| - base::TaskRunner* file_task_runner);
|
| + const scoped_refptr<base::TaskRunner>& file_task_runner);
|
|
|
| // Move constructor and operator. The data of r-value will be transfered
|
| // in a destructive way. (See base/move.h)
|
|
|