Index: content/browser/web_contents/web_contents_impl_unittest.cc |
diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc |
index 9438c5c16d7c2ef12b01ee72e63a73097969b534..0c8e3a282e2d762ea86f2fe0b4b47efd44d5f552 100644 |
--- a/content/browser/web_contents/web_contents_impl_unittest.cc |
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc |
@@ -963,7 +963,7 @@ TEST_F(WebContentsImplTest, FindOpenerRVHWhenPending) { |
url2, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string()); |
orig_rfh->PrepareForCommit(); |
TestRenderFrameHost* pending_rfh = contents()->GetPendingMainFrame(); |
- SiteInstance* instance = pending_rfh->GetSiteInstance(); |
+ SiteInstanceImpl* instance = pending_rfh->GetSiteInstance(); |
// While it is still pending, simulate opening a new tab with the first tab |
// as its opener. This will call CreateOpenerProxies on the opener to ensure |