| Index: storage/browser/fileapi/copy_or_move_operation_delegate.cc | 
| diff --git a/storage/browser/fileapi/copy_or_move_operation_delegate.cc b/storage/browser/fileapi/copy_or_move_operation_delegate.cc | 
| index 84244dfced5e0508e8cce582ed0d36d51ac56905..10955d9c7c098f402b9bd39f62e49b03fea36276 100644 | 
| --- a/storage/browser/fileapi/copy_or_move_operation_delegate.cc | 
| +++ b/storage/browser/fileapi/copy_or_move_operation_delegate.cc | 
| @@ -799,7 +799,7 @@ void CopyOrMoveOperationDelegate::ProcessFile( | 
| (file_system_context() | 
| ->GetFileSystemBackend(src_url.type()) | 
| ->HasInplaceCopyImplementation(src_url.type()) || | 
| -       operation_type_ == OperationType::OPERATION_MOVE)) { | 
| +       operation_type_ == OPERATION_MOVE)) { | 
| impl = new CopyOrMoveOnSameFileSystemImpl( | 
| operation_runner(), operation_type_, src_url, dest_url, option_, | 
| base::Bind(&CopyOrMoveOperationDelegate::OnCopyFileProgress, | 
|  |