| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 266ed472c608cbe504d6dc042568dcbb10ac9a6f..7880d92e5f432bac0d56c722a3db6d1ec1dbe671 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -673,8 +673,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| void RemoveDestructionObserver(WebContentsImpl* web_contents);
|
|
|
| // Traverses all the RenderFrameHosts in the FrameTree and creates a set
|
| - // all the unique RenderWidgetHosts.
|
| - std::set<RenderWidgetHostImpl*> GetRenderWidgetHostsInTree();
|
| + // all the unique RenderWidgetHostViews.
|
| + std::set<RenderWidgetHostView*> GetRenderWidgetHostViewsInTree();
|
|
|
| // Callback function when showing JavaScript dialogs. Takes in a routing ID
|
| // pair to identify the RenderFrameHost that opened the dialog, because it's
|
|
|