| Index: content/common/plugin_list_posix.cc
|
| diff --git a/content/common/plugin_list_posix.cc b/content/common/plugin_list_posix.cc
|
| index 3e1353bef793a7203d1af347851224bdd7e56951..a5d7fac5bbe2c7766369f9b6374259df813b8f3c 100644
|
| --- a/content/common/plugin_list_posix.cc
|
| +++ b/content/common/plugin_list_posix.cc
|
| @@ -464,7 +464,7 @@ void PluginList::GetPluginDirectories(std::vector<base::FilePath>* plugin_dirs)
|
| // 2) NS_USER_PLUGINS_DIR: ~/.mozilla/plugins.
|
| // This is a de-facto standard, so even though we're not Mozilla, let's
|
| // look in there too.
|
| - base::FilePath home = file_util::GetHomeDir();
|
| + base::FilePath home = base::GetHomeDir();
|
| if (!home.empty())
|
| plugin_dirs->push_back(home.Append(".mozilla/plugins"));
|
|
|
|
|