diff options
Diffstat (limited to 'chrome/browser/tab_contents/test_web_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/test_web_contents.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/test_web_contents.h b/chrome/browser/tab_contents/test_web_contents.h index 42ba35e..dea7d6d 100644 --- a/chrome/browser/tab_contents/test_web_contents.h +++ b/chrome/browser/tab_contents/test_web_contents.h @@ -15,8 +15,7 @@ class TestRenderViewHost; class TestWebContents : public WebContents { public: // The render view host factory will be passed on to the - TestWebContents(Profile* profile, SiteInstance* instance, - RenderViewHostFactory* rvh_factory); + TestWebContents(Profile* profile, SiteInstance* instance); TestRenderViewHost* pending_rvh(); |