| Index: chrome/browser/ui/gtk/infobars/infobar_container_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/infobars/infobar_container_gtk.h b/chrome/browser/ui/gtk/infobars/infobar_container_gtk.h
|
| index 73e821c04e470a87e4837a78d66468b930891084..2252493fdac870c5a9237906a3d4da0444daf148 100644
|
| --- a/chrome/browser/ui/gtk/infobars/infobar_container_gtk.h
|
| +++ b/chrome/browser/ui/gtk/infobars/infobar_container_gtk.h
|
| @@ -38,8 +38,7 @@ typedef struct _GtkWidget GtkWidget;
|
| // we can't just overlap the widgets.
|
| class InfoBarContainerGtk : public InfoBarContainer {
|
| public:
|
| - explicit InfoBarContainerGtk(InfoBarContainer::Delegate* delegate,
|
| - Profile* profile);
|
| + InfoBarContainerGtk(InfoBarContainer::Delegate* delegate, Profile* profile);
|
| virtual ~InfoBarContainerGtk();
|
|
|
| // Get the native widget.
|
|
|