| 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..bfeb43cfb05e2e128c5d563c9e7d4017a3ac371d 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* GetPendingRvh() const OVERRIDE;
|
| virtual void NavigateAndCommit(const GURL& url) OVERRIDE;
|
| virtual void ProceedWithCrossSiteNavigation() OVERRIDE;
|
| virtual void TestDidNavigate(content::RenderViewHost* render_view_host,
|
|
|