Index: content/browser/tab_contents/tab_contents_delegate_unittest.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents_delegate_unittest.cc (revision 99765) |
+++ content/browser/tab_contents/tab_contents_delegate_unittest.cc (working copy) |
@@ -58,7 +58,8 @@ |
const gfx::Rect& pos) OVERRIDE { |
} |
- virtual void UpdateTargetURL(TabContents* source, const GURL& url) OVERRIDE {} |
+ virtual void UpdateTargetURL(TabContents* source, int32 page_id, |
+ const GURL& url) {} |
}; |
TEST(TabContentsDelegateTest, UnregisterInDestructor) { |