summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/test_web_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/web_contents/test_web_contents.cc')
-rw-r--r--content/browser/web_contents/test_web_contents.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/web_contents/test_web_contents.cc b/content/browser/web_contents/test_web_contents.cc
index 3ca74dbe..8cf5746 100644
--- a/content/browser/web_contents/test_web_contents.cc
+++ b/content/browser/web_contents/test_web_contents.cc
@@ -158,10 +158,10 @@ void TestWebContents::ProceedWithCrossSiteNavigation() {
rvh->SendShouldCloseACK(true);
}
-RenderViewHostDelegate::View* TestWebContents::GetViewDelegate() {
+RenderViewHostDelegateView* TestWebContents::GetDelegateView() {
if (delegate_view_override_)
return delegate_view_override_;
- return WebContentsImpl::GetViewDelegate();
+ return WebContentsImpl::GetDelegateView();
}
void TestWebContents::SetOpener(TestWebContents* opener) {