| Index: webkit/fileapi/isolated_mount_point_provider.h
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.h b/webkit/fileapi/isolated_mount_point_provider.h
|
| index 85559d0a96100078e6eac4f4e1b4ced171c20340..9adaff7da8a9a306da893392db8bb5bf1cffa6c6 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -46,7 +46,7 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| FileSystemType file_system_type,
|
| const FilePath& virtual_path,
|
| FileSystemContext* context) const OVERRIDE;
|
| - virtual webkit_blob::FileReader* CreateFileReader(
|
| + virtual webkit_blob::FileStreamReader* CreateFileStreamReader(
|
| const GURL& url,
|
| int64 offset,
|
| FileSystemContext* context) const OVERRIDE;
|
|
|