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