Index: webkit/browser/fileapi/isolated_mount_point_provider.h |
diff --git a/webkit/browser/fileapi/isolated_mount_point_provider.h b/webkit/browser/fileapi/isolated_mount_point_provider.h |
index edb5449e7dce9e5c784ba7350f12b71361302218..240042fb5ff04e87dae1273555343abf9fc945a9 100644 |
--- a/webkit/browser/fileapi/isolated_mount_point_provider.h |
+++ b/webkit/browser/fileapi/isolated_mount_point_provider.h |
@@ -24,9 +24,6 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider { |
FileSystemType type, |
bool create, |
const ValidateFileSystemCallback& callback) OVERRIDE; |
- virtual base::FilePath GetFileSystemRootPathOnFileThread( |
- const FileSystemURL& url, |
- bool create) OVERRIDE; |
virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE; |
virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; |
virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory( |