| 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 9dd0c6a89b10062a549aa0fba33a944f136dfcb3..acbe13849cfc23476a7ad61da505a3f0999213e0 100644
 | 
| --- a/chrome/browser/extensions/extension_infobar_delegate.h
 | 
| +++ b/chrome/browser/extensions/extension_infobar_delegate.h
 | 
| @@ -12,7 +12,7 @@
 | 
|  
 | 
|  class Browser;
 | 
|  class GURL;
 | 
| -class InfoBarTabService;
 | 
| +class InfoBarService;
 | 
|  
 | 
|  namespace extensions {
 | 
|  class Extension;
 | 
| @@ -34,7 +34,7 @@ class ExtensionInfoBarDelegate : public InfoBarDelegate,
 | 
|    };
 | 
|  
 | 
|    ExtensionInfoBarDelegate(Browser* browser,
 | 
| -                           InfoBarTabService* infobar_service,
 | 
| +                           InfoBarService* infobar_service,
 | 
|                             const extensions::Extension* extension,
 | 
|                             const GURL& url,
 | 
|                             int height);
 | 
| @@ -51,7 +51,7 @@ class ExtensionInfoBarDelegate : public InfoBarDelegate,
 | 
|    virtual ~ExtensionInfoBarDelegate();
 | 
|  
 | 
|    // InfoBarDelegate:
 | 
| -  virtual InfoBar* CreateInfoBar(InfoBarTabService* owner) OVERRIDE;
 | 
| +  virtual InfoBar* CreateInfoBar(InfoBarService* owner) OVERRIDE;
 | 
|    virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
 | 
|    virtual void InfoBarDismissed() OVERRIDE;
 | 
|    virtual Type GetInfoBarType() const OVERRIDE;
 | 
| 
 |