| Index: webkit/fileapi/test_mount_point_provider.h
|
| diff --git a/webkit/fileapi/test_mount_point_provider.h b/webkit/fileapi/test_mount_point_provider.h
|
| index 3cf9fd66578985b6ff2f0f38d96466315df4ad70..e593f3f318dfb5d998adbe27dca0e5bc24a256c4 100644
|
| --- a/webkit/fileapi/test_mount_point_provider.h
|
| +++ b/webkit/fileapi/test_mount_point_provider.h
|
| @@ -35,11 +35,11 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE TestMountPointProvider
|
|
|
| // FileSystemMountPointProvider implementation.
|
| virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
| - virtual void ValidateFileSystemRoot(
|
| + virtual void OpenFileSystem(
|
| const GURL& origin_url,
|
| FileSystemType type,
|
| - bool create,
|
| - const ValidateFileSystemCallback& callback) OVERRIDE;
|
| + OpenFileSystemMode mode,
|
| + const OpenFileSystemCallback& callback) OVERRIDE;
|
| virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE;
|
| virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE;
|
| virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory(
|
|
|