Index: webkit/fileapi/sandbox_mount_point_provider.h |
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h |
index 2d97a7e4b6f9492781b8fc4c2dd47ff8df73facc..5b318eb1a8586dd800cf321539768bf182208104 100644 |
--- a/webkit/fileapi/sandbox_mount_point_provider.h |
+++ b/webkit/fileapi/sandbox_mount_point_provider.h |
@@ -84,10 +84,7 @@ class FILEAPI_EXPORT SandboxMountPointProvider |
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) |