Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1445)

Unified Diff: content/browser/renderer_host/test_render_view_host.cc

Issue 8515027: Define the public version of the browser side RenderProcessHost interface. This interface is not ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « content/browser/renderer_host/test_render_view_host.h ('k') | content/browser/renderer_host/text_input_client_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698