| Index: base/files/important_file_writer.cc
|
| diff --git a/base/files/important_file_writer.cc b/base/files/important_file_writer.cc
|
| index 6e3be2aec6ce2b119fb2e07e8a871fba50e79af1..4a03780218dfb7252ea00aeb6f2b6b7003ed5c82 100644
|
| --- a/base/files/important_file_writer.cc
|
| +++ b/base/files/important_file_writer.cc
|
| @@ -169,7 +169,7 @@ bool ImportantFileWriter::PostWriteTask(const std::string& data) {
|
| // using PostTask() in the typical scenario below.
|
| if (!on_next_successful_write_.is_null()) {
|
| return base::PostTaskAndReplyWithResult(
|
| - task_runner_,
|
| + task_runner_.get(),
|
| FROM_HERE,
|
| MakeCriticalClosure(
|
| Bind(&ImportantFileWriter::WriteFileAtomically, path_, data)),
|
|
|