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 f8eb4311eb3d8db7a8f6844b51e9b43c17fe504b..18a88287d80d36bd1ef93003475fb7ad9b844336 100644 |
--- a/content/browser/file_system/file_system_dispatcher_host.cc |
+++ b/content/browser/file_system/file_system_dispatcher_host.cc |
@@ -294,8 +294,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); |