| Index: content/test/plugin/npapi_test.cc | 
| diff --git a/content/test/plugin/npapi_test.cc b/content/test/plugin/npapi_test.cc | 
| index 975de433305c6e15e1a113d49277c72d7f0b563e..02e9093411b6af723505da51610500383671af2e 100644 | 
| --- a/content/test/plugin/npapi_test.cc | 
| +++ b/content/test/plugin/npapi_test.cc | 
| @@ -94,7 +94,7 @@ EXPORT NPError API_CALL NP_GetValue(NPP instance, NPPVariable variable, | 
| break; | 
| case NPPVpluginDescriptionString: | 
| *(static_cast<const char**>(value)) = | 
| -          "Simple NPAPI plug-in for Chromium unit tests"; | 
| +          "Simple NPAPI plugin for Chromium unit tests"; | 
| break; | 
| case NPPVpluginNeedsXEmbed: | 
| *(static_cast<NPBool*>(value)) = true; | 
|  |