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 cf443256a0e6a40072bfcc34ac6089cd058cd7a1..df96cc4186ee5555e237378d75476515aae40a8c 100644 |
--- a/content/browser/site_instance_impl_unittest.cc |
+++ b/content/browser/site_instance_impl_unittest.cc |
@@ -548,7 +548,7 @@ static SiteInstanceImpl* CreateSiteInstance( |
SiteInstanceImpl* instance = |
reinterpret_cast<SiteInstanceImpl*>( |
SiteInstance::CreateForURL(browser_context, url)); |
- instance->set_render_process_host_factory(factory); |
+ instance->SetRenderProcessHostFactoryForTesting(factory); |
return instance; |
} |