Index: chrome/browser/tab_contents/link_infobar_delegate.h |
=================================================================== |
--- chrome/browser/tab_contents/link_infobar_delegate.h (revision 84698) |
+++ chrome/browser/tab_contents/link_infobar_delegate.h (working copy) |
@@ -37,7 +37,7 @@ |
private: |
// InfoBarDelegate: |
- virtual InfoBar* CreateInfoBar() OVERRIDE; |
+ virtual InfoBar* CreateInfoBar(TabContents* owner) OVERRIDE; |
virtual LinkInfoBarDelegate* AsLinkInfoBarDelegate() OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(LinkInfoBarDelegate); |