| 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..3637a45aba8ea5e454d601018b93a0b9d8def5ab 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(const FileSystemURL& url) = 0;
|
|
|
| // Returns file path we should use to check access permissions for
|
| // |virtual_path|.
|
|
|