| 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 a4788d74e81f6995e400a917a05f867a38bb58b5..63964d11764b0e84e271145ace5c6e66eb8912fc 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -38,8 +38,9 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| virtual bool IsAccessAllowed(const FileSystemURL& url) OVERRIDE;
|
| virtual bool IsRestrictedFileName(const FilePath& filename) const OVERRIDE;
|
| virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE;
|
| - virtual FilePath GetPathForPermissionsCheck(const FilePath& virtual_path)
|
| - const OVERRIDE;
|
| + virtual FilePermissionPolicy GetPermissionPolicy(
|
| + const FileSystemURL& url,
|
| + int permissions) const OVERRIDE;
|
| virtual FileSystemOperation* CreateFileSystemOperation(
|
| const FileSystemURL& url,
|
| FileSystemContext* context,
|
|
|