Index: webkit/browser/fileapi/test_mount_point_provider.h |
diff --git a/webkit/browser/fileapi/test_mount_point_provider.h b/webkit/browser/fileapi/test_mount_point_provider.h |
index 2dddb3c27bda7f926f5d189bf16f0142d210c4a0..83b809fa19a7aba88ef264d6e68e7bc192787679 100644 |
--- a/webkit/browser/fileapi/test_mount_point_provider.h |
+++ b/webkit/browser/fileapi/test_mount_point_provider.h |
@@ -40,9 +40,6 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE TestMountPointProvider |
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( |