Index: webkit/browser/fileapi/mock_file_system_context.h |
diff --git a/webkit/browser/fileapi/mock_file_system_context.h b/webkit/browser/fileapi/mock_file_system_context.h |
index 2081ff994dcfbe65d457a17f0e9a980c6d9abf8d..bf01ba1594deee0bb549ce2a3a2062fbd67ea3c6 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 |