| Index: chrome/browser/plugin_data_remover_helper.cc
|
| diff --git a/chrome/browser/plugin_data_remover_helper.cc b/chrome/browser/plugin_data_remover_helper.cc
|
| index a53b3b24b3d35323156276afa9ea01c49d7d5544..ea454639fe8546300e1b29ddfd6a3d97a17930ef 100644
|
| --- a/chrome/browser/plugin_data_remover_helper.cc
|
| +++ b/chrome/browser/plugin_data_remover_helper.cc
|
| @@ -58,7 +58,7 @@ void PluginDataRemoverHelper::Observe(
|
| void PluginDataRemoverHelper::StartUpdate() {
|
| PluginService::GetInstance()->GetPlugins(
|
| base::Bind(&PluginDataRemoverHelper::GotPlugins, factory_.GetWeakPtr(),
|
| - make_scoped_refptr(PluginPrefs::GetForProfile(profile_))));
|
| + PluginPrefs::GetForProfile(profile_)));
|
| }
|
|
|
| void PluginDataRemoverHelper::GotPlugins(
|
|
|