Index: chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc |
diff --git a/chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc b/chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc |
index 62cbf9fe5f513d70dfc3a9d2fc90293c8e92326f..3dc1ef162b2e1a52db7785189f1064c740233d43 100644 |
--- a/chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc |
+++ b/chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc |
@@ -31,6 +31,7 @@ scoped_ptr<storage::FileStreamReader> |
MTPFileSystemBackendDelegate::CreateFileStreamReader( |
const storage::FileSystemURL& url, |
int64 offset, |
+ int64 length, |
const base::Time& expected_modification_time, |
storage::FileSystemContext* context) { |
DCHECK_EQ(storage::kFileSystemTypeDeviceMediaAsFileStorage, url.type()); |