| Index: webkit/fileapi/file_system_mount_point_provider.h
|
| diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
|
| index e47681b5d121c55719b54d61e626c95e2b5975e0..61617243de10069031de744a616535c7d1397df3 100644
|
| --- a/webkit/fileapi/file_system_mount_point_provider.h
|
| +++ b/webkit/fileapi/file_system_mount_point_provider.h
|
| @@ -17,7 +17,7 @@
|
| class GURL;
|
|
|
| namespace webkit_blob {
|
| -class FileReader;
|
| +class FileStreamReader;
|
| }
|
|
|
| namespace fileapi {
|
| @@ -92,12 +92,12 @@ class FILEAPI_EXPORT FileSystemMountPointProvider {
|
| const FilePath& virtual_path,
|
| FileSystemContext* context) const = 0;
|
|
|
| - // Creates a new file reader for a given filesystem URL |url| with a offset
|
| - // |offset|.
|
| + // Creates a new file stream reader for a given filesystem URL |url| with an
|
| + // offset |offset|.
|
| // The returned object must be owned and managed by the caller.
|
| // This method itself does *not* check if the given path exists and is a
|
| // regular file.
|
| - virtual webkit_blob::FileReader* CreateFileReader(
|
| + virtual webkit_blob::FileStreamReader* CreateFileStreamReader(
|
| const GURL& url,
|
| int64 offset,
|
| FileSystemContext* context) const = 0;
|
|
|