| Index: base/files/important_file_writer.cc
|
| diff --git a/base/files/important_file_writer.cc b/base/files/important_file_writer.cc
|
| index bf4e0033e3a9b6fd4eeb8d10f047d9675e7d78f4..6dda2c636e8d9025cf9976410b28cff7671cedb6 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),
|
|
|