Index: webkit/fileapi/isolated_mount_point_provider.cc |
diff --git a/webkit/fileapi/isolated_mount_point_provider.cc b/webkit/fileapi/isolated_mount_point_provider.cc |
index a54f8c7bd8c008f314d85ce52712a4fc4655b895..79df50cd03e6f6121acb23f305bcd7a47b131cd0 100644 |
--- a/webkit/fileapi/isolated_mount_point_provider.cc |
+++ b/webkit/fileapi/isolated_mount_point_provider.cc |
@@ -87,8 +87,7 @@ FilePath IsolatedMountPointProvider::GetFileSystemRootPathOnFileThread( |
return FilePath(); |
} |
-bool IsolatedMountPointProvider::IsAccessAllowed( |
- const GURL& origin_url, FileSystemType type, const FilePath& virtual_path) { |
+bool IsolatedMountPointProvider::IsAccessAllowed(const FileSystemURL& url) { |
return true; |
} |