Chromium Code Reviews| 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 c1f8fc381013f29dca54288d70a5990ab01c2e4a..a6bc046a3ed2ce26baee1b48567435a4c14c5701 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(InfoBarTabHelper* infobar_helper, |
| + SimpleAlertInfoBarDelegate(InfoBarTabService* infobar_helper, |
|
erikwright (departed)
2012/08/16 17:25:38
rename
Jói
2012/08/17 15:51:24
Done.
|
| gfx::Image* icon, // May be NULL. |
| const string16& message, |
| bool auto_expire); |