| Index: base/files/important_file_writer.cc
|
| diff --git a/base/files/important_file_writer.cc b/base/files/important_file_writer.cc
|
| index 4a03780218dfb7252ea00aeb6f2b6b7003ed5c82..c996da23a1501f2fbe2f18af2e1e585ea9153aed 100644
|
| --- a/base/files/important_file_writer.cc
|
| +++ b/base/files/important_file_writer.cc
|
| @@ -88,8 +88,9 @@ bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,
|
| return true;
|
| }
|
|
|
| -ImportantFileWriter::ImportantFileWriter(const FilePath& path,
|
| - base::SequencedTaskRunner* task_runner)
|
| +ImportantFileWriter::ImportantFileWriter(
|
| + const FilePath& path,
|
| + const scoped_refptr<base::SequencedTaskRunner>& task_runner)
|
| : path_(path),
|
| task_runner_(task_runner),
|
| serializer_(NULL),
|
|
|