| 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 72642f3c26cafc21944d8c0ebf8f7daecb4dcc35..21b4e433f45279055b4b9d77ed50dc5ca7e61f1b 100644
|
| --- a/webkit/browser/fileapi/test_file_system_backend.h
|
| +++ b/webkit/browser/fileapi/test_file_system_backend.h
|
| @@ -35,11 +35,12 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TestFileSystemBackend
|
|
|
| // FileSystemBackend implementation.
|
| virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
| - virtual void OpenFileSystem(
|
| + virtual void InitializeFileSystem(
|
| const GURL& origin_url,
|
| FileSystemType type,
|
| OpenFileSystemMode mode,
|
| - const OpenFileSystemCallback& callback) OVERRIDE;
|
| + FileSystemContext* context,
|
| + const InitializeFileSystemCallback& callback) OVERRIDE;
|
| virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE;
|
| virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE;
|
| virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory(
|
|
|