Index: chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc |
diff --git a/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc b/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc |
index 65e47e12d92b70052de15625e240efbc330db245..50537d3e393bbd22225502a242416a9374719346 100644 |
--- a/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc |
+++ b/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc |
@@ -16,7 +16,7 @@ |
// ConfirmInfoBarDelegate ------------------------------------------------------ |
-InfoBar* ConfirmInfoBarDelegate::CreateInfoBar(InfoBarTabService* owner) { |
+InfoBar* ConfirmInfoBarDelegate::CreateInfoBar(InfoBarService* owner) { |
return new ConfirmInfoBarGtk(static_cast<InfoBarTabHelper*>(owner), this); |
} |