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 e1df851bfc1acf9872daf1ac46fc24c8532a5730..5921bb534b54d4dcf04b11a829d6860e09f06bd4 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(FileSystemType type) OVERRIDE; |
virtual FilePath GetPathForPermissionsCheck(const FilePath& virtual_path) |
const OVERRIDE; |
virtual FileSystemOperationInterface* CreateFileSystemOperation( |