| Index: storage/common/blob/scoped_file.cc
 | 
| diff --git a/storage/common/blob/scoped_file.cc b/storage/common/blob/scoped_file.cc
 | 
| index 9cfb1a81e44d42c6e2c8181277f20e0cce22eaea..408e1876f82ce1c8cf8bbb6d2b46f78c163e485f 100644
 | 
| --- a/storage/common/blob/scoped_file.cc
 | 
| +++ b/storage/common/blob/scoped_file.cc
 | 
| @@ -26,7 +26,7 @@ ScopedFile::ScopedFile(const base::FilePath& path,
 | 
|    DCHECK(path.empty() || policy != DELETE_ON_SCOPE_OUT ||
 | 
|           file_task_runner.get())
 | 
|        << "path:" << path.value() << " policy:" << policy
 | 
| -      << " runner:" << file_task_runner;
 | 
| +      << " runner:" << file_task_runner.get();
 | 
|  }
 | 
|  
 | 
|  ScopedFile::ScopedFile(RValue other) {
 | 
| 
 |