| Index: chrome/browser/ui/gtk/infobars/link_infobar_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/infobars/link_infobar_gtk.cc (revision 86331)
|
| +++ chrome/browser/ui/gtk/infobars/link_infobar_gtk.cc (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| // LinkInfoBarDelegate ---------------------------------------------------------
|
|
|
| -InfoBar* LinkInfoBarDelegate::CreateInfoBar() {
|
| +InfoBar* LinkInfoBarDelegate::CreateInfoBar(TabContentsWrapper* owner) {
|
| return new LinkInfoBarGtk(this);
|
| }
|
|
|
|
|