| 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 7e72f4a4f80f1dc18f9eca57c13b2a92cdc6f5fc..6471e2f7588ee42d7fa79899e7e745a7d820cd4c 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.cc
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.cc
|
| @@ -83,7 +83,7 @@ bool IsolatedMountPointProvider::IsRestrictedFileName(
|
| FileSystemFileUtil* IsolatedMountPointProvider::GetFileUtil(
|
| FileSystemType type) {
|
| switch (type) {
|
| - case kFileSystemTypeNativeLocal:
|
| + case kFileSystemTypeIsolatedNativeLocal:
|
| return isolated_file_util_.get();
|
| case kFileSystemTypeDragged:
|
| return dragged_file_util_.get();
|
|
|