| Index: chrome/common/important_file_writer.cc
|
| diff --git a/chrome/common/important_file_writer.cc b/chrome/common/important_file_writer.cc
|
| index 73381d1298d794acc266fffbc30a461284cdcbc6..a116d3ae3fbf08ec9a949fbad71bafc75ce71c82 100644
|
| --- a/chrome/common/important_file_writer.cc
|
| +++ b/chrome/common/important_file_writer.cc
|
| @@ -147,7 +147,7 @@ void ImportantFileWriter::ScheduleWrite(DataSerializer* serializer) {
|
|
|
| if (!timer_.IsRunning()) {
|
| timer_.Start(commit_interval_, this,
|
| - &ImportantFileWriter::DoScheduledWrite);
|
| + &ImportantFileWriter::DoScheduledWrite, FROM_HERE);
|
| }
|
| }
|
|
|
|
|