Index: chrome/browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc |
=================================================================== |
--- chrome/browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc (revision 99765) |
+++ chrome/browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc (working copy) |
@@ -64,7 +64,7 @@ |
test_tab_contents_delegate_->ActivateContents(NULL); |
test_tab_contents_delegate_->LoadingStateChanged(NULL); |
test_tab_contents_delegate_->CloseContents(NULL); |
- test_tab_contents_delegate_->UpdateTargetURL(NULL, GURL()); |
+ test_tab_contents_delegate_->UpdateTargetURL(NULL, 0, GURL()); |
test_tab_contents_delegate_->MoveContents(NULL, gfx::Rect()); |
EXPECT_EQ(0, browser()->tab_count()); |
EXPECT_EQ(1U, BrowserList::size()); |