| Index: storage/browser/fileapi/file_system_operation_runner.h
 | 
| diff --git a/storage/browser/fileapi/file_system_operation_runner.h b/storage/browser/fileapi/file_system_operation_runner.h
 | 
| index 621a7d9b28e3ab3000f7e6c4ac9078bbb1e37866..a59058a0946a28a3e605f3f977192e8c87301480 100644
 | 
| --- a/storage/browser/fileapi/file_system_operation_runner.h
 | 
| +++ b/storage/browser/fileapi/file_system_operation_runner.h
 | 
| @@ -300,7 +300,7 @@ class STORAGE_EXPORT FileSystemOperationRunner
 | 
|    void PrepareForRead(OperationID id, const FileSystemURL& url);
 | 
|  
 | 
|    // These must be called at the beginning and end of any async operations.
 | 
| -  OperationHandle BeginOperation(FileSystemOperation* operation,
 | 
| +  OperationHandle BeginOperation(std::unique_ptr<FileSystemOperation> operation,
 | 
|                                   base::WeakPtr<BeginOperationScoper> scope);
 | 
|    void FinishOperation(OperationID id);
 | 
|  
 | 
| 
 |