Chromium Code Reviews| Index: chrome/browser/api/infobars/simple_alert_infobar_delegate.cc |
| diff --git a/chrome/browser/api/infobars/simple_alert_infobar_delegate.cc b/chrome/browser/api/infobars/simple_alert_infobar_delegate.cc |
| index 69c18ba1c510fd9bbcd4f4bab20ff74be7be0daf..d4973101956b1dc8a10428693ccddfd363ace864 100644 |
| --- a/chrome/browser/api/infobars/simple_alert_infobar_delegate.cc |
| +++ b/chrome/browser/api/infobars/simple_alert_infobar_delegate.cc |
| @@ -7,7 +7,7 @@ |
| #include "third_party/skia/include/core/SkBitmap.h" |
| SimpleAlertInfoBarDelegate::SimpleAlertInfoBarDelegate( |
| - InfoBarTabHelper* infobar_helper, |
| + InfoBarTabService* infobar_helper, |
|
erikwright (departed)
2012/08/16 17:25:38
rename
Jói
2012/08/17 15:51:24
Done.
|
| gfx::Image* icon, |
| const string16& message, |
| bool auto_expire) |