| Index: content/child/npapi/plugin_host.cc
|
| diff --git a/content/child/npapi/plugin_host.cc b/content/child/npapi/plugin_host.cc
|
| index 9b72be46b4d5e56364f267da7f1c9cd10801ab2c..814964fd7ffce48088e79dc6665ddc8cc67ce044 100644
|
| --- a/content/child/npapi/plugin_host.cc
|
| +++ b/content/child/npapi/plugin_host.cc
|
| @@ -474,7 +474,7 @@ static NPError PostURLNotify(NPP id,
|
| post_file_info.is_directory)
|
| return NPERR_FILE_NOT_FOUND;
|
|
|
| - if (!file_util::ReadFileToString(file_path, &post_file_contents))
|
| + if (!base::ReadFileToString(file_path, &post_file_contents))
|
| return NPERR_FILE_NOT_FOUND;
|
|
|
| buf = post_file_contents.c_str();
|
|
|