| Index: content/public/test/test_content_client_initializer.cc
|
| ===================================================================
|
| --- content/public/test/test_content_client_initializer.cc (revision 164732)
|
| +++ content/public/test/test_content_client_initializer.cc (working copy)
|
| @@ -38,9 +38,9 @@
|
|
|
| void TestContentClientInitializer::CreateTestRenderViewHosts() {
|
| #if !defined(OS_IOS)
|
| - rph_factory_.reset(new content::MockRenderProcessHostFactory());
|
| + rph_factory_.reset(new MockRenderProcessHostFactory());
|
| test_render_view_host_factory_.reset(
|
| - new content::TestRenderViewHostFactory(rph_factory_.get()));
|
| + new TestRenderViewHostFactory(rph_factory_.get()));
|
| #endif // OS_IOS
|
| }
|
|
|
|
|