| 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 3b589327633783567dc7972421fabc7545e49d34..6202a0b97da65756c9eda469e602baa271d29f38 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -1119,7 +1119,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,
|
|
|