| Index: webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
| diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.cc b/webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
| index 20c1c52679b389a6f56e6dd3e34f2cf8381ffc0f..f37cfe95c326215f976efa6f9e3bd4cbb052aee8 100644
|
| --- a/webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
| +++ b/webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
| @@ -215,8 +215,7 @@ FilePath CrosMountPointProvider::GetPathForPermissionsCheck(
|
| return virtual_path;
|
| }
|
|
|
| -fileapi::FileSystemOperationInterface*
|
| -CrosMountPointProvider::CreateFileSystemOperation(
|
| +fileapi::FileSystemOperation* CrosMountPointProvider::CreateFileSystemOperation(
|
| const fileapi::FileSystemURL& url,
|
| fileapi::FileSystemContext* context) const {
|
| if (url.type() == fileapi::kFileSystemTypeDrive) {
|
|
|