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

Unified Diff: content/public/test/test_content_client_initializer.cc

Issue 11346016: Move remaining content test code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 months 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/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
}
« no previous file with comments | « content/public/test/test_content_client_initializer.h ('k') | content/public/test/test_navigation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698