Index: webkit/fileapi/test_mount_point_provider.cc |
diff --git a/webkit/fileapi/test_mount_point_provider.cc b/webkit/fileapi/test_mount_point_provider.cc |
index fd0023e34bf3ddaeedf532dd27eb8471dfd6e665..1d6025b0ea8a84cc4f91c8473ad1961cf9f4fc7e 100644 |
--- a/webkit/fileapi/test_mount_point_provider.cc |
+++ b/webkit/fileapi/test_mount_point_provider.cc |
@@ -114,9 +114,8 @@ FilePath TestMountPointProvider::GetFileSystemRootPathOnFileThread( |
return success ? base_path_ : FilePath(); |
} |
-bool TestMountPointProvider::IsAccessAllowed( |
- const GURL& origin_url, FileSystemType type, const FilePath& virtual_path) { |
- return type == fileapi::kFileSystemTypeTest; |
+bool TestMountPointProvider::IsAccessAllowed(const FileSystemURL& url) { |
+ return url.type() == fileapi::kFileSystemTypeTest; |
} |
bool TestMountPointProvider::IsRestrictedFileName( |