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 9fa1a221aa6711fe5f3117c380bf5b2cf0e3afc5..8f6c029fcf3f43c85b935f9f33530fee04541cf5 100644 |
--- a/webkit/fileapi/sandbox_mount_point_provider.h |
+++ b/webkit/fileapi/sandbox_mount_point_provider.h |
@@ -89,7 +89,7 @@ class FILEAPI_EXPORT SandboxMountPointProvider |
FileSystemType type, |
const FilePath& virtual_path) OVERRIDE; |
virtual bool IsRestrictedFileName(const FilePath& filename) const OVERRIDE; |
- virtual FileSystemFileUtil* GetFileUtil() OVERRIDE; |
+ virtual FileSystemFileUtil* GetFileUtil(const FileSystemURL& url) OVERRIDE; |
virtual FilePath GetPathForPermissionsCheck(const FilePath& virtual_path) |
const OVERRIDE; |
virtual FileSystemOperationInterface* CreateFileSystemOperation( |