| Index: content/child/npapi/plugin_host.cc
|
| diff --git a/content/child/npapi/plugin_host.cc b/content/child/npapi/plugin_host.cc
|
| index 22fe6d011d394b20f59b34b2873ff6695f37aa40..e53f9002215ef1fe969c4bb457444046e70a2472 100644
|
| --- a/content/child/npapi/plugin_host.cc
|
| +++ b/content/child/npapi/plugin_host.cc
|
| @@ -470,7 +470,7 @@ static NPError PostURLNotify(NPP id,
|
| }
|
|
|
| base::PlatformFileInfo post_file_info;
|
| - if (!file_util::GetFileInfo(file_path, &post_file_info) ||
|
| + if (!base::GetFileInfo(file_path, &post_file_info) ||
|
| post_file_info.is_directory)
|
| return NPERR_FILE_NOT_FOUND;
|
|
|
|
|