Index: content/public/test/test_file_system_backend.cc |
diff --git a/content/public/test/test_file_system_backend.cc b/content/public/test/test_file_system_backend.cc |
index f48a0346d7a23402de4b519b8abaf4bcc25472f3..860ac73d95932ac0f822fcab22f4a48f343bb048 100644 |
--- a/content/public/test/test_file_system_backend.cc |
+++ b/content/public/test/test_file_system_backend.cc |
@@ -235,6 +235,7 @@ scoped_ptr<storage::FileStreamReader> |
TestFileSystemBackend::CreateFileStreamReader( |
const FileSystemURL& url, |
int64 offset, |
+ int64 length, |
const base::Time& expected_modification_time, |
FileSystemContext* context) const { |
return scoped_ptr<storage::FileStreamReader>( |