Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index d06f0ade6d7d8a0750a0f38e243c60feb694b671..fbf040edad26f04c5f59476ab25ccb13bb39334c 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -282,7 +282,7 @@ class CONTENT_EXPORT RenderViewImpl |
// Returns true if the focused element is editable text from the perspective |
// of IME support (also used for on-screen keyboard). Works correctly inside |
- // supported PPAPI plug-ins. |
+ // supported PPAPI plugins. |
bool HasIMETextFocus(); |
// Callback for use with GetWindowSnapshot. |
@@ -968,7 +968,7 @@ class CONTENT_EXPORT RenderViewImpl |
std::set<WebPluginDelegateProxy*> plugin_delegates_; |
#if defined(OS_WIN) |
- // The ID of the focused NPAPI plug-in. |
+ // The ID of the focused NPAPI plugin. |
int focused_plugin_id_; |
#endif |