| Index: webkit/fileapi/isolated_mount_point_provider.cc
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.cc b/webkit/fileapi/isolated_mount_point_provider.cc
|
| index 63c6d09dfb19aa42cd27df1a2a783d2c08868942..5f4fd98388e193e8a54648670849083d68b6dc60 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.cc
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.cc
|
| @@ -126,8 +126,7 @@ FilePath IsolatedMountPointProvider::GetPathForPermissionsCheck(
|
| return FilePath();
|
| }
|
|
|
| -FileSystemOperationInterface*
|
| -IsolatedMountPointProvider::CreateFileSystemOperation(
|
| +FileSystemOperation* IsolatedMountPointProvider::CreateFileSystemOperation(
|
| const FileSystemURL& url,
|
| FileSystemContext* context) const {
|
| scoped_ptr<FileSystemOperationContext> operation_context(
|
|
|