diff options
Diffstat (limited to 'chrome/browser/plugin_data_remover_helper.h')
-rw-r--r-- | chrome/browser/plugin_data_remover_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_data_remover_helper.h b/chrome/browser/plugin_data_remover_helper.h index dec4f41..7cd37af 100644 --- a/chrome/browser/plugin_data_remover_helper.h +++ b/chrome/browser/plugin_data_remover_helper.h @@ -25,7 +25,7 @@ class PluginDataRemoverHelper : public NotificationObserver { // Binds this object to the |pref_name| preference in |prefs|, notifying // |observer| if the value changes. - // This fires off a request to the NPAPI::PluginList (via PluginDataRemover) + // This fires off a request to the PluginList (via PluginDataRemover) // on the FILE thread to get the list of installed plug-ins. void Init(const char* pref_name, PrefService* prefs, |