Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2111)

Unified Diff: chrome/browser/extensions/extension_infobar_delegate.h

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nib name on mac Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5d8488c1ece4621ce3a57ff5d2b128d5a0161b8b..81f92b80b324671ec0244903b468befe4be55b0e 100644
--- a/chrome/browser/extensions/extension_infobar_delegate.h
+++ b/chrome/browser/extensions/extension_infobar_delegate.h
@@ -24,7 +24,7 @@ class ExtensionViewHost;
// The InfobarDelegate for creating and managing state for the ExtensionInfobar
// plus monitor when the extension goes away.
-class ExtensionInfoBarDelegate : public InfoBarDelegate,
+class ExtensionInfoBarDelegate : public infobars::InfoBarDelegate,
public content::NotificationObserver {
public:
virtual ~ExtensionInfoBarDelegate();
@@ -56,11 +56,12 @@ class ExtensionInfoBarDelegate : public InfoBarDelegate,
int height);
// Returns an extension infobar that owns |delegate|.
- static scoped_ptr<InfoBar> CreateInfoBar(
+ static scoped_ptr<infobars::InfoBar> CreateInfoBar(
scoped_ptr<ExtensionInfoBarDelegate> delegate);
// InfoBarDelegate:
- virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
+ virtual bool EqualsDelegate(
+ infobars::InfoBarDelegate* delegate) const OVERRIDE;
virtual void InfoBarDismissed() OVERRIDE;
virtual Type GetInfoBarType() const OVERRIDE;
virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate() OVERRIDE;
« no previous file with comments | « chrome/browser/extensions/api/debugger/debugger_api.cc ('k') | chrome/browser/extensions/extension_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698