Index: webkit/browser/fileapi/isolated_file_system_backend.h |
diff --git a/webkit/browser/fileapi/isolated_file_system_backend.h b/webkit/browser/fileapi/isolated_file_system_backend.h |
index 63cf4dec44795f572d74f9234aab85e9bd79b136..cdc70969214b3b5d296b94e9a2051c02d99712d4 100644 |
--- a/webkit/browser/fileapi/isolated_file_system_backend.h |
+++ b/webkit/browser/fileapi/isolated_file_system_backend.h |
@@ -19,12 +19,12 @@ class IsolatedFileSystemBackend : public FileSystemBackend { |
// 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( |