Index: chrome/browser/plugin_service.cc |
diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc |
index de8cc30733102fc25c28b515b9ec2e57cae2a829..5d92a06a5ccad4f7aa310d44fa85a6ce593ed0eb 100644 |
--- a/chrome/browser/plugin_service.cc |
+++ b/chrome/browser/plugin_service.cc |
@@ -60,7 +60,7 @@ void PluginService::InitGlobalInstance(Profile* profile) { |
DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI)); |
// We first group the plugins and then figure out which groups to disable. |
- PluginUpdater::GetInstance()->DisablePluginGroupsFromPrefs(profile); |
+ plugin_updater::DisablePluginGroupsFromPrefs(profile); |
// Have Chrome plugins write their data to the profile directory. |
GetInstance()->SetChromePluginDataDir(profile->GetPath()); |