Index: chrome/browser/sync_file_system/local/sync_file_system_backend.h |
diff --git a/chrome/browser/sync_file_system/local/sync_file_system_backend.h b/chrome/browser/sync_file_system/local/sync_file_system_backend.h |
index 877928a56e75b9071e70a9306d675939b65336f9..13e7ebc314dca4752adebd284a61d95bc958f4d3 100644 |
--- a/chrome/browser/sync_file_system/local/sync_file_system_backend.h |
+++ b/chrome/browser/sync_file_system/local/sync_file_system_backend.h |
@@ -50,6 +50,7 @@ class SyncFileSystemBackend : public storage::FileSystemBackend { |
virtual scoped_ptr<storage::FileStreamReader> CreateFileStreamReader( |
const storage::FileSystemURL& url, |
int64 offset, |
+ int64 length, |
const base::Time& expected_modification_time, |
storage::FileSystemContext* context) const OVERRIDE; |
virtual scoped_ptr<storage::FileStreamWriter> CreateFileStreamWriter( |