| Index: content/common/plugin_list_posix.cc
|
| diff --git a/content/common/plugin_list_posix.cc b/content/common/plugin_list_posix.cc
|
| index 47856b3b332ccaf1eff1e9bcaa41554061e3f271..afe35d22de86c6d5153eee6c361836909ddcedeb 100644
|
| --- a/content/common/plugin_list_posix.cc
|
| +++ b/content/common/plugin_list_posix.cc
|
| @@ -545,7 +545,7 @@ void PluginList::GetPluginsInDir(
|
|
|
| // Get mtime.
|
| base::PlatformFileInfo info;
|
| - if (!file_util::GetFileInfo(path, &info))
|
| + if (!base::GetFileInfo(path, &info))
|
| continue;
|
|
|
| files.push_back(std::make_pair(path, info.last_modified));
|
|
|