Index: chrome/browser/tabs/tab_strip_model_unittest.cc |
=================================================================== |
--- chrome/browser/tabs/tab_strip_model_unittest.cc (revision 13136) |
+++ chrome/browser/tabs/tab_strip_model_unittest.cc (working copy) |
@@ -65,7 +65,7 @@ |
class TabStripModelTest : public RenderViewHostTestHarness { |
public: |
TabContents* CreateTabContents() { |
- WebContents* con = new WebContents(profile(), NULL, &rvh_factory_, 0, NULL); |
+ WebContents* con = new WebContents(profile(), NULL, 0, NULL); |
con->SetupController(profile()); |
return con; |
} |