| 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..c5208f52c068b0b339b34c28dac86f50bc5c6ccf 100644
|
| --- a/chrome/browser/api/infobars/simple_alert_infobar_delegate.cc
|
| +++ b/chrome/browser/api/infobars/simple_alert_infobar_delegate.cc
|
| @@ -7,11 +7,11 @@
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| SimpleAlertInfoBarDelegate::SimpleAlertInfoBarDelegate(
|
| - InfoBarTabHelper* infobar_helper,
|
| + InfoBarTabService* infobar_service,
|
| gfx::Image* icon,
|
| const string16& message,
|
| bool auto_expire)
|
| - : ConfirmInfoBarDelegate(infobar_helper),
|
| + : ConfirmInfoBarDelegate(infobar_service),
|
| icon_(icon),
|
| message_(message),
|
| auto_expire_(auto_expire) {
|
|
|