| 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..4303f3c8737c77b1740257522911e0626e6625b0 100644
|
| --- a/webkit/browser/fileapi/isolated_file_system_backend.h
|
| +++ b/webkit/browser/fileapi/isolated_file_system_backend.h
|
| @@ -25,8 +25,12 @@ class IsolatedFileSystemBackend : public FileSystemBackend {
|
| OpenFileSystemMode mode,
|
| FileSystemContext* context,
|
| const InitializeFileSystemCallback& callback) OVERRIDE;
|
| - virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE;
|
| - virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE;
|
| + virtual FileSystemFileUtil* GetFileUtil(
|
| + FileSystemType type,
|
| + const FileSystemContext* context) OVERRIDE;
|
| + virtual AsyncFileUtil* GetAsyncFileUtil(
|
| + FileSystemType type,
|
| + const FileSystemContext* context) OVERRIDE;
|
| virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory(
|
| FileSystemType type,
|
| base::PlatformFileError* error_code) OVERRIDE;
|
|
|