| Index: content/browser/file_system/file_system_dispatcher_host.cc
|
| diff --git a/content/browser/file_system/file_system_dispatcher_host.cc b/content/browser/file_system/file_system_dispatcher_host.cc
|
| index 8d886dcc54bd1c4c0015a4bfa43eabec68612d25..ece0086f56b9e0ea62f57ca15e699945112d482e 100644
|
| --- a/content/browser/file_system/file_system_dispatcher_host.cc
|
| +++ b/content/browser/file_system/file_system_dispatcher_host.cc
|
| @@ -291,8 +291,7 @@ void FileSystemDispatcherHost::OnSyncGetPlatformPath(
|
| FilePath virtual_path;
|
| if (!CrackFileSystemURL(path, &origin_url, &type, &virtual_path))
|
| return;
|
| - FileSystemFileUtil* file_util =
|
| - context_->path_manager()->GetFileSystemFileUtil(type);
|
| + FileSystemFileUtil* file_util = context_->path_manager()->GetFileUtil(type);
|
| if (!file_util)
|
| return;
|
| FileSystemOperationContext operation_context(context_, file_util);
|
|
|