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 85a1cce3460c29c063ae88851fefd0dcdc9daa05..6f3dcbd9028d67011b1ff5324af3d7aed06b3e49 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -1122,7 +1122,7 @@ class CONTENT_EXPORT WebContentsImpl |
void OnBrowserPluginMessage(RenderFrameHost* render_frame_host, |
const IPC::Message& message); |
#endif // BUILDFLAG(ENABLE_PLUGINS) |
- void OnUpdateFaviconURL(RenderViewHostImpl* source, |
+ void OnUpdateFaviconURL(RenderFrameHostImpl* source, |
const std::vector<FaviconURL>& candidates); |
void OnFirstVisuallyNonEmptyPaint(RenderViewHostImpl* source); |
void OnShowValidationMessage(RenderViewHostImpl* source, |