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