Index: chrome/browser/tab_contents/confirm_infobar_delegate.h |
=================================================================== |
--- chrome/browser/tab_contents/confirm_infobar_delegate.h (revision 84698) |
+++ chrome/browser/tab_contents/confirm_infobar_delegate.h (working copy) |
@@ -60,7 +60,7 @@ |
private: |
// InfoBarDelegate: |
- virtual InfoBar* CreateInfoBar() OVERRIDE; |
+ virtual InfoBar* CreateInfoBar(TabContents* owner) OVERRIDE; |
virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE; |
virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE; |