| 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 6fb59c2958c7d9072ea08158508a9aa0d8e4f635..b3309bcca0441d566daa42b0758f3c2e8389a392 100644
|
| --- a/webkit/fileapi/file_system_mount_point_provider.h
|
| +++ b/webkit/fileapi/file_system_mount_point_provider.h
|
| @@ -68,7 +68,7 @@ class FILEAPI_EXPORT FileSystemMountPointProvider {
|
| virtual bool IsRestrictedFileName(const FilePath& filename) const = 0;
|
|
|
| // Returns the specialized FileSystemFileUtil for this mount point.
|
| - virtual FileSystemFileUtil* GetFileUtil() = 0;
|
| + virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) = 0;
|
|
|
| // Returns file path we should use to check access permissions for
|
| // |virtual_path|.
|
|
|