| Index: content/browser/site_instance_impl_unittest.cc
|
| diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc
|
| index a66e5c8dc14ddaa43b3b8d248c5dc556a91958d4..15d5889562b8373281fc5fd7d640ab1fa5724c8d 100644
|
| --- a/content/browser/site_instance_impl_unittest.cc
|
| +++ b/content/browser/site_instance_impl_unittest.cc
|
| @@ -549,7 +549,7 @@ static SiteInstanceImpl* CreateSiteInstance(
|
| SiteInstanceImpl* instance =
|
| reinterpret_cast<SiteInstanceImpl*>(
|
| SiteInstance::CreateForURL(browser_context, url));
|
| - instance->set_render_process_host_factory(factory);
|
| + instance->SetRenderProcessHostFactory(factory);
|
| return instance;
|
| }
|
|
|
|
|