| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| index 581358db748e43dba18a31f2c3ca5d9dd9c70c05..2cf832172d1b4d40f5e3a36cfff06ed7b3b14ad8 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| @@ -126,7 +126,7 @@ class SafeBrowsingBlockingPageTest : public ChromeRenderViewHostTestHarness {
|
|
|
| // The pending RVH should commit for cross-site navigations.
|
| content::RenderViewHost* rvh = is_cross_site ?
|
| - WebContentsTester::For(contents())->pending_rvh() :
|
| + WebContentsTester::For(contents())->GetPendingRvh() :
|
| contents()->GetRenderViewHost();
|
| WebContentsTester::For(contents())->TestDidNavigate(
|
| rvh,
|
|
|