| 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 9e77d4056aad9abb61152268c987507263592f9d..a989978a7b1bb29f5ad92ceaa5e125df4746c582 100644
|
| --- a/content/public/test/test_file_system_backend.h
|
| +++ b/content/public/test/test_file_system_backend.h
|
| @@ -56,6 +56,7 @@ class TestFileSystemBackend : public fileapi::FileSystemBackend {
|
| virtual scoped_ptr<webkit_blob::FileStreamReader> CreateFileStreamReader(
|
| const fileapi::FileSystemURL& url,
|
| int64 offset,
|
| + int64 length,
|
| const base::Time& expected_modification_time,
|
| fileapi::FileSystemContext* context) const OVERRIDE;
|
| virtual scoped_ptr<fileapi::FileStreamWriter> CreateFileStreamWriter(
|
|
|