| 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 770bbfe9fe1d0f091690653b5046d56ca4948ffa..a144a740f1d5317bfb8fb3ea44553c1bdc69b856 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.cc
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.cc
|
| @@ -93,6 +93,7 @@ bool IsolatedMountPointProvider::IsRestrictedFileName(
|
| }
|
|
|
| FileSystemFileUtil* IsolatedMountPointProvider::GetFileUtil() {
|
| + // TODO(kinuko): Return different FileUtil's based on types.
|
| return isolated_file_util_.get();
|
| }
|
|
|
|
|