Chromium Code Reviews| 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..1a0fbe19b2b66eee8e3863226ae4557980966c77 100644 |
| --- a/chrome/browser/extensions/extension_infobar_delegate.h |
| +++ b/chrome/browser/extensions/extension_infobar_delegate.h |
| @@ -12,6 +12,8 @@ |
| class Browser; |
| class GURL; |
| +class InfoBarTabHelper; |
|
erikwright (departed)
2012/08/16 17:25:38
can we just use service here?
Jói
2012/08/17 15:51:24
Done.
|
| +class InfoBarTabService; |
| namespace extensions { |
| class Extension; |
| @@ -50,7 +52,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; |