Index: webkit/browser/fileapi/test_file_system_backend.h |
diff --git a/webkit/browser/fileapi/test_file_system_backend.h b/webkit/browser/fileapi/test_file_system_backend.h |
index 21b4e433f45279055b4b9d77ed50dc5ca7e61f1b..ef252c13118d8b1cec86f087cf5db330653f032c 100644 |
--- a/webkit/browser/fileapi/test_file_system_backend.h |
+++ b/webkit/browser/fileapi/test_file_system_backend.h |
@@ -35,12 +35,12 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TestFileSystemBackend |
// FileSystemBackend implementation. |
virtual bool CanHandleType(FileSystemType type) const OVERRIDE; |
- virtual void InitializeFileSystem( |
+ virtual void Initialize(FileSystemContext* context) OVERRIDE; |
+ virtual void OpenFileSystem( |
const GURL& origin_url, |
FileSystemType type, |
OpenFileSystemMode mode, |
- FileSystemContext* context, |
- const InitializeFileSystemCallback& callback) OVERRIDE; |
+ const OpenFileSystemCallback& callback) OVERRIDE; |
virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE; |
virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; |
virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory( |