Index: webkit/browser/fileapi/sandbox_mount_point_provider.h |
diff --git a/webkit/browser/fileapi/sandbox_mount_point_provider.h b/webkit/browser/fileapi/sandbox_mount_point_provider.h |
index 763a5afc40c4f5e8306d47da85dae06dd6475697..52190e6d70ef871550d00a8f3be1f6ef4a0c173e 100644 |
--- a/webkit/browser/fileapi/sandbox_mount_point_provider.h |
+++ b/webkit/browser/fileapi/sandbox_mount_point_provider.h |
@@ -88,9 +88,6 @@ class WEBKIT_STORAGE_EXPORT SandboxMountPointProvider |
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( |