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 9f36b941ad46f55b1270b34aa4680bea40f816a6..9caa206e859cae9131eb36765764a8b0eb63342a 100644 |
--- a/webkit/fileapi/isolated_mount_point_provider.h |
+++ b/webkit/fileapi/isolated_mount_point_provider.h |
@@ -40,9 +40,7 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider { |
FileSystemType type, |
const FilePath& virtual_path, |
bool create) OVERRIDE; |
- virtual bool IsAccessAllowed(const GURL& origin_url, |
- FileSystemType type, |
- const FilePath& virtual_path) OVERRIDE; |
+ 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) |