| Index: trunk/src/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h (revision 238401)
|
| +++ trunk/src/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h (working copy)
|
| @@ -18,13 +18,14 @@
|
| // "Would you like to do X? [Yes] [No] _Learn More_ [x]"
|
| class ConfirmInfoBarGtk : public InfoBarGtk {
|
| public:
|
| - explicit ConfirmInfoBarGtk(scoped_ptr<ConfirmInfoBarDelegate> delegate);
|
| + ConfirmInfoBarGtk(InfoBarService* owner,
|
| + ConfirmInfoBarDelegate* delegate);
|
|
|
| private:
|
| virtual ~ConfirmInfoBarGtk();
|
|
|
| // InfoBarGtk:
|
| - virtual void PlatformSpecificSetOwner() OVERRIDE;
|
| + virtual void InitWidgets() OVERRIDE;
|
|
|
| ConfirmInfoBarDelegate* GetDelegate();
|
|
|
|
|