Index: chrome/browser/api/infobars/simple_alert_infobar_delegate.h |
diff --git a/chrome/browser/api/infobars/simple_alert_infobar_delegate.h b/chrome/browser/api/infobars/simple_alert_infobar_delegate.h |
index 98ce3f254367b53718ed27c8179b65a711241fc9..6928ac89f4e1d303705827ca298d5936f3911393 100644 |
--- a/chrome/browser/api/infobars/simple_alert_infobar_delegate.h |
+++ b/chrome/browser/api/infobars/simple_alert_infobar_delegate.h |
@@ -12,7 +12,7 @@ |
class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate { |
public: |
- SimpleAlertInfoBarDelegate(InfoBarTabService* infobar_service, |
+ SimpleAlertInfoBarDelegate(InfoBarService* infobar_service, |
gfx::Image* icon, // May be NULL. |
const string16& message, |
bool auto_expire); |