Index: components/visitedlink/test/visitedlink_unittest.cc |
diff --git a/components/visitedlink/test/visitedlink_unittest.cc b/components/visitedlink/test/visitedlink_unittest.cc |
index b53f8a9fabccaee94b822450e9848e10b72803b9..d30e9a43650e33348c6f194b44c12b0988c384b4 100644 |
--- a/components/visitedlink/test/visitedlink_unittest.cc |
+++ b/components/visitedlink/test/visitedlink_unittest.cc |
@@ -581,7 +581,9 @@ class VisitedLinkRenderProcessHostFactory |
VisitedLinkRenderProcessHostFactory() |
: content::RenderProcessHostFactory() {} |
virtual content::RenderProcessHost* CreateRenderProcessHost( |
- content::BrowserContext* browser_context) const OVERRIDE { |
+ content::BrowserContext* browser_context, |
+ content::SiteInstance* site_instance, |
+ content::ContentBrowserClient* client) const OVERRIDE { |
return new VisitRelayingRenderProcessHost(browser_context); |
} |