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

Unified Diff: content/test/test_renderer_host.cc

Issue 10082021: TabContents -> WebContentsImpl, part 13. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix references Created 8 years, 8 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_renderer_host.cc
diff --git a/content/test/test_renderer_host.cc b/content/test/test_renderer_host.cc
index ea9dce7652944b21355a70d24c40b3b8fa9f94aa..5a55c0ef25d09e675d2db7406dd8451ba9423bf4 100644
--- a/content/test/test_renderer_host.cc
+++ b/content/test/test_renderer_host.cc
@@ -102,9 +102,9 @@ void RenderViewHostTester::EnableAccessibilityUpdatedNotifications(
// static
RenderViewHost* RenderViewHostTester::GetPendingForController(
NavigationController* controller) {
- TabContents* tab_contents = static_cast<TabContents*>(
+ WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
controller->GetWebContents());
- return tab_contents->GetRenderManagerForTesting()->pending_render_view_host();
+ return web_contents->GetRenderManagerForTesting()->pending_render_view_host();
}
// static
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698