| Index: content/public/renderer/content_renderer_client.h | 
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h | 
| index 27dca47b6586e078f3c6cea5cd736c5df69edb1f..45176ab33ef5e0523da21d79b2325f972a8d373e 100644 | 
| --- a/content/public/renderer/content_renderer_client.h | 
| +++ b/content/public/renderer/content_renderer_client.h | 
| @@ -106,7 +106,7 @@ class CONTENT_EXPORT ContentRendererClient { | 
| const blink::WebPluginParams& params, | 
| blink::WebPlugin** plugin); | 
|  | 
| -  // Creates a replacement plug-in that is shown when the plug-in at |file_path| | 
| +  // Creates a replacement plugin that is shown when the plugin at |file_path| | 
| // couldn't be loaded. This allows the embedder to show a custom placeholder. | 
| virtual blink::WebPlugin* CreatePluginReplacement( | 
| RenderFrame* render_frame, | 
|  |