Index: chrome/browser/ui/cocoa/keystone_infobar_delegate.mm |
diff --git a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm |
index e5763cd7b0f4fccdd86a3d4bf0e8d866c0ee8ccb..ba3ed49baa0eb4d9c16e6a85e9dfc4705ad59abf 100644 |
--- a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm |
+++ b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm |
@@ -39,7 +39,7 @@ namespace { |
class KeystonePromotionInfoBarDelegate : public ConfirmInfoBarDelegate { |
public: |
- KeystonePromotionInfoBarDelegate(InfoBarTabService* infobar_service, |
+ KeystonePromotionInfoBarDelegate(InfoBarService* infobar_service, |
PrefService* prefs); |
private: |
@@ -71,7 +71,7 @@ class KeystonePromotionInfoBarDelegate : public ConfirmInfoBarDelegate { |
}; |
KeystonePromotionInfoBarDelegate::KeystonePromotionInfoBarDelegate( |
- InfoBarTabService* infobar_service, |
+ InfoBarService* infobar_service, |
PrefService* prefs) |
: ConfirmInfoBarDelegate(infobar_service), |
prefs_(prefs), |