| Index: content/child/npapi/plugin_host.cc
|
| diff --git a/content/child/npapi/plugin_host.cc b/content/child/npapi/plugin_host.cc
|
| index e53f9002215ef1fe969c4bb457444046e70a2472..4f97f9380d444ff128db2b4c80bd1b6e38aaa402 100644
|
| --- a/content/child/npapi/plugin_host.cc
|
| +++ b/content/child/npapi/plugin_host.cc
|
| @@ -469,7 +469,7 @@ static NPError PostURLNotify(NPP id,
|
| file_path = base::FilePath::FromUTF8Unsafe(file_path_ascii);
|
| }
|
|
|
| - base::PlatformFileInfo post_file_info;
|
| + base::File::Info post_file_info;
|
| if (!base::GetFileInfo(file_path, &post_file_info) ||
|
| post_file_info.is_directory)
|
| return NPERR_FILE_NOT_FOUND;
|
|
|