diff options
Diffstat (limited to 'components/visitedlink/test/visitedlink_unittest.cc')
-rw-r--r-- | components/visitedlink/test/visitedlink_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/visitedlink/test/visitedlink_unittest.cc b/components/visitedlink/test/visitedlink_unittest.cc index cf0f14d..35be877 100644 --- a/components/visitedlink/test/visitedlink_unittest.cc +++ b/components/visitedlink/test/visitedlink_unittest.cc @@ -579,7 +579,8 @@ class VisitedLinkRenderProcessHostFactory VisitedLinkRenderProcessHostFactory() : content::RenderProcessHostFactory() {} virtual content::RenderProcessHost* CreateRenderProcessHost( - content::BrowserContext* browser_context) const OVERRIDE { + content::BrowserContext* browser_context, + content::SiteInstance* site_instance) const OVERRIDE { return new VisitRelayingRenderProcessHost(browser_context); } |