| Index: chrome/browser/plugins/plugin_status_pref_setter.cc | 
| diff --git a/chrome/browser/plugins/plugin_status_pref_setter.cc b/chrome/browser/plugins/plugin_status_pref_setter.cc | 
| index dc3a91a11b9d5019a4ae827d4d0695e49e127607..2de85470fbcf802ec032c3f0126116dbd031ccbd 100644 | 
| --- a/chrome/browser/plugins/plugin_status_pref_setter.cc | 
| +++ b/chrome/browser/plugins/plugin_status_pref_setter.cc | 
| @@ -28,7 +28,7 @@ PluginStatusPrefSetter::~PluginStatusPrefSetter() { | 
| } | 
|  | 
| void PluginStatusPrefSetter::Init(Profile* profile, | 
| -                                  content::NotificationObserver* observer) { | 
| +                                  PrefObserver* observer) { | 
| clear_plugin_lso_data_enabled_.Init(prefs::kClearPluginLSODataEnabled, | 
| profile->GetPrefs(), observer); | 
| pepper_flash_settings_enabled_.Init(prefs::kPepperFlashSettingsEnabled, | 
|  |