Index: content/browser/browser_plugin/browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
index e80dcf51b582d482d0913e777f5b92691e3eb6e3..4929dea98a05e217a5056ec6d51a5689dcb66785 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -1165,7 +1165,7 @@ void BrowserPluginGuest::Attach( |
params.src.clear(); |
// If a RenderView has already been created for this new window, then we need |
- // to initialize the browser-side state now so that the RenderViewHostManager |
+ // to initialize the browser-side state now so that the RenderFrameHostManager |
// does not create a new RenderView on navigation. |
if (has_render_view_) { |
static_cast<RenderViewHostImpl*>( |