| Index: content/public/browser/plugin_service_filter.h | 
| diff --git a/content/public/browser/plugin_service_filter.h b/content/public/browser/plugin_service_filter.h | 
| index fda9d33c1ec7d4ebc4b533fe56ed60b4edfc3dec..b6266c12ee3e7ab580da79d7a871b4c99d3ae402 100644 | 
| --- a/content/public/browser/plugin_service_filter.h | 
| +++ b/content/public/browser/plugin_service_filter.h | 
| @@ -14,7 +14,7 @@ class FilePath; | 
| namespace content { | 
| struct WebPluginInfo; | 
|  | 
| -// Callback class to let the client filter the list of all installed plug-ins | 
| +// Callback class to let the client filter the list of all installed plugins | 
| // and block them from being loaded. | 
| // This class is called on the FILE thread. | 
| class PluginServiceFilter { | 
|  |