| Index: chrome/browser/extensions/extension_infobar_delegate.h
|
| diff --git a/chrome/browser/extensions/extension_infobar_delegate.h b/chrome/browser/extensions/extension_infobar_delegate.h
|
| index c843623e0bb7cae8a4ce61b30cb0c2ab29463c98..9dd0c6a89b10062a549aa0fba33a944f136dfcb3 100644
|
| --- a/chrome/browser/extensions/extension_infobar_delegate.h
|
| +++ b/chrome/browser/extensions/extension_infobar_delegate.h
|
| @@ -12,6 +12,7 @@
|
|
|
| class Browser;
|
| class GURL;
|
| +class InfoBarTabService;
|
|
|
| namespace extensions {
|
| class Extension;
|
| @@ -33,7 +34,7 @@ class ExtensionInfoBarDelegate : public InfoBarDelegate,
|
| };
|
|
|
| ExtensionInfoBarDelegate(Browser* browser,
|
| - InfoBarTabHelper* infobar_helper,
|
| + InfoBarTabService* infobar_service,
|
| const extensions::Extension* extension,
|
| const GURL& url,
|
| int height);
|
| @@ -50,7 +51,7 @@ class ExtensionInfoBarDelegate : public InfoBarDelegate,
|
| virtual ~ExtensionInfoBarDelegate();
|
|
|
| // InfoBarDelegate:
|
| - virtual InfoBar* CreateInfoBar(InfoBarTabHelper* owner) OVERRIDE;
|
| + virtual InfoBar* CreateInfoBar(InfoBarTabService* owner) OVERRIDE;
|
| virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
|
| virtual void InfoBarDismissed() OVERRIDE;
|
| virtual Type GetInfoBarType() const OVERRIDE;
|
|
|