Index: content/browser/renderer_host/test_render_view_host.cc |
=================================================================== |
--- content/browser/renderer_host/test_render_view_host.cc (revision 110571) |
+++ content/browser/renderer_host/test_render_view_host.cc (working copy) |
@@ -258,7 +258,7 @@ |
} |
TestRenderViewHostFactory::TestRenderViewHostFactory( |
- RenderProcessHostFactory* rph_factory) |
+ content::RenderProcessHostFactory* rph_factory) |
: render_process_host_factory_(rph_factory) { |
RenderViewHostFactory::RegisterFactory(this); |
} |
@@ -268,7 +268,7 @@ |
} |
void TestRenderViewHostFactory::set_render_process_host_factory( |
- RenderProcessHostFactory* rph_factory) { |
+ content::RenderProcessHostFactory* rph_factory) { |
render_process_host_factory_ = rph_factory; |
} |