diff options
Diffstat (limited to 'webkit/browser/fileapi/mock_file_system_context.h')
-rw-r--r-- | webkit/browser/fileapi/mock_file_system_context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/browser/fileapi/mock_file_system_context.h b/webkit/browser/fileapi/mock_file_system_context.h index 2081ff9..bf01ba1 100644 --- a/webkit/browser/fileapi/mock_file_system_context.h +++ b/webkit/browser/fileapi/mock_file_system_context.h @@ -16,17 +16,17 @@ class SpecialStoragePolicy; namespace fileapi { class FileSystemContext; -class FileSystemMountPointProvider; +class FileSystemBackend; FileSystemContext* CreateFileSystemContextForTesting( quota::QuotaManagerProxy* quota_manager_proxy, const base::FilePath& base_path); -// The caller is responsible for including TestMountPointProvider in +// The caller is responsible for including TestFileSystemBackend in // |additional_providers| if needed. FileSystemContext* CreateFileSystemContextWithAdditionalProvidersForTesting( quota::QuotaManagerProxy* quota_manager_proxy, - ScopedVector<FileSystemMountPointProvider> additional_providers, + ScopedVector<FileSystemBackend> additional_providers, const base::FilePath& base_path); } // namespace fileapi |