Index: content/public/test/test_file_system_backend.h |
diff --git a/content/public/test/test_file_system_backend.h b/content/public/test/test_file_system_backend.h |
index 532a2add130fafc20ad439c9aced33efe2420a0d..e163dc5dd7a1d5b175aae303a4c652daf677bce9 100644 |
--- a/content/public/test/test_file_system_backend.h |
+++ b/content/public/test/test_file_system_backend.h |
@@ -57,6 +57,7 @@ class TestFileSystemBackend : public storage::FileSystemBackend { |
virtual scoped_ptr<storage::FileStreamReader> CreateFileStreamReader( |
const storage::FileSystemURL& url, |
int64 offset, |
+ int64 max_bytes_to_read, |
const base::Time& expected_modification_time, |
storage::FileSystemContext* context) const OVERRIDE; |
virtual scoped_ptr<storage::FileStreamWriter> CreateFileStreamWriter( |