Index: chrome/browser/tab_contents/link_infobar_delegate.h |
=================================================================== |
--- chrome/browser/tab_contents/link_infobar_delegate.h (revision 86331) |
+++ chrome/browser/tab_contents/link_infobar_delegate.h (working copy) |
@@ -12,6 +12,7 @@ |
#include "chrome/browser/tab_contents/infobar_delegate.h" |
class TabContents; |
+class TabContentsWrapper; |
// An interface derived from InfoBarDelegate implemented by objects wishing to |
// control a LinkInfoBar. |
@@ -37,7 +38,7 @@ |
private: |
// InfoBarDelegate: |
- virtual InfoBar* CreateInfoBar() OVERRIDE; |
+ virtual InfoBar* CreateInfoBar(TabContentsWrapper* owner) OVERRIDE; |
virtual LinkInfoBarDelegate* AsLinkInfoBarDelegate() OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(LinkInfoBarDelegate); |