| Index: webkit/browser/fileapi/sandbox_file_system_backend.h
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.h b/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| index 3bf6f29bd4117dd180f6052ee894dabdaa31a2cd..f1a7a55cfb12470bb4f9df09a7bab37523d7883d 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| @@ -73,12 +73,12 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend
|
|
|
| // FileSystemBackend overrides.
|
| 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(
|
|
|