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 473ea7e04c9923c7977686c1ad8d3e185f2ea7b6..ad7b605dcb3eca291f63d4fa35f4c7d37120921e 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 |
@@ -48,6 +48,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( |