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..10a7ab8fe27984f2c84159b33db90a9698f85db6 100644 |
--- a/storage/browser/fileapi/copy_or_move_operation_delegate.cc |
+++ b/storage/browser/fileapi/copy_or_move_operation_delegate.cc |
@@ -818,7 +818,7 @@ void CopyOrMoveOperationDelegate::ProcessFile( |
if (!validator_factory) { |
scoped_ptr<storage::FileStreamReader> reader = |
file_system_context()->CreateFileStreamReader( |
- src_url, 0, base::Time()); |
+ src_url, 0 /* offset */, storage::kMaximumLength, base::Time()); |
scoped_ptr<FileStreamWriter> writer = |
file_system_context()->CreateFileStreamWriter(dest_url, 0); |
if (reader && writer) { |