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 fbc7b58d475eec53f9647b5e76bcf0271e038f28..55dd55b2efb8be10dd4e194d5ce32f3c5194ed9c 100644 |
--- a/webkit/fileapi/file_system_mount_point_provider.h |
+++ b/webkit/fileapi/file_system_mount_point_provider.h |
@@ -61,9 +61,7 @@ class FILEAPI_EXPORT FileSystemMountPointProvider { |
bool create) = 0; |
// Checks if access to |virtual_path| is allowed from |origin_url|. |
- virtual bool IsAccessAllowed(const GURL& origin_url, |
- FileSystemType type, |
- const FilePath& virtual_path) = 0; |
+ virtual bool IsAccessAllowed(const FileSystemURL& url) = 0; |
// Checks if a given |name| contains any restricted names/chars in it. |
// Callable on any thread. |