summaryrefslogtreecommitdiffstats
path: root/content/child/npapi/plugin_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/npapi/plugin_host.cc')
-rw-r--r--content/child/npapi/plugin_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/npapi/plugin_host.cc b/content/child/npapi/plugin_host.cc
index 9b72be4..814964fd 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();