Index: content/browser/renderer_host/render_widget_helper.h |
diff --git a/content/browser/renderer_host/render_widget_helper.h b/content/browser/renderer_host/render_widget_helper.h |
index ed206038e0dc0a586b7f91fede25b024ab65aa26..a830b62c8b8b731cc6b5ad0954ad4bfed3558813 100644 |
--- a/content/browser/renderer_host/render_widget_helper.h |
+++ b/content/browser/renderer_host/render_widget_helper.h |
@@ -77,7 +77,7 @@ struct ViewMsg_SwapOut_Params; |
// is restored, it can be momentarily without a backingstore. (Restoring a |
// RenderWidgetHost results in a WasRestored message being sent to the |
// RenderWidget, which triggers a full UpdateRect message.) This can lead to |
-// an observed rendering glitch as the TabContents will just have to fill |
+// an observed rendering glitch as the WebContentsImpl will just have to fill |
// white overtop the RenderWidgetHost until the RenderWidgetHost receives a |
// UpdateRect message to refresh its backingstore. |
// |