Index: content/browser/tab_contents/test_tab_contents.h |
diff --git a/content/browser/tab_contents/test_tab_contents.h b/content/browser/tab_contents/test_tab_contents.h |
index eac4e940d96867996f4571c278db85b6ce4ba910..a3e590f7dfa84408ca86efde6e3bf93ea80ceaba 100644 |
--- a/content/browser/tab_contents/test_tab_contents.h |
+++ b/content/browser/tab_contents/test_tab_contents.h |
@@ -33,7 +33,7 @@ class TestTabContents : public TabContents, public content::WebContentsTester { |
// WebContentsTester implementation. |
virtual void CommitPendingNavigation() OVERRIDE; |
virtual int GetNumberOfFocusCalls() OVERRIDE; |
- virtual content::RenderViewHost* pending_rvh() const OVERRIDE; |
+ virtual content::RenderViewHost* GetPendingRenderViewHost() const OVERRIDE; |
virtual void NavigateAndCommit(const GURL& url) OVERRIDE; |
virtual void ProceedWithCrossSiteNavigation() OVERRIDE; |
virtual void TestDidNavigate(content::RenderViewHost* render_view_host, |