| Index: content/common/plugin_list_posix.cc
|
| diff --git a/content/common/plugin_list_posix.cc b/content/common/plugin_list_posix.cc
|
| index 251fe397846cfbc58eb7a642be4a4c2840b87cd5..3e1353bef793a7203d1af347851224bdd7e56951 100644
|
| --- a/content/common/plugin_list_posix.cc
|
| +++ b/content/common/plugin_list_posix.cc
|
| @@ -115,7 +115,7 @@ bool IsBlacklistedBySha1sumAndQuirks(const base::FilePath& path) {
|
| continue;
|
|
|
| std::string file_content;
|
| - if (!file_util::ReadFileToString(path, &file_content))
|
| + if (!base::ReadFileToString(path, &file_content))
|
| continue;
|
| std::string sha1 = base::SHA1HashString(file_content);
|
| std::string sha1_readable;
|
|
|