| Index: chrome/browser/ui/gtk/infobars/infobar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/infobars/infobar_gtk.h b/chrome/browser/ui/gtk/infobars/infobar_gtk.h
|
| index a757a3abe6e194f73c18eea9e9c9194edcd3cb8b..a84a9625af1812c961792b28931967a4feee1cf5 100644
|
| --- a/chrome/browser/ui/gtk/infobars/infobar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/infobars/infobar_gtk.h
|
| @@ -25,7 +25,7 @@ class InfoBarDelegate;
|
| class InfoBarGtk : public InfoBar,
|
| public NotificationObserver {
|
| public:
|
| - explicit InfoBarGtk(TabContentsWrapper* owner, InfoBarDelegate* delegate);
|
| + InfoBarGtk(TabContentsWrapper* owner, InfoBarDelegate* delegate);
|
| virtual ~InfoBarGtk();
|
|
|
| // Get the top level native GTK widget for this infobar.
|
|
|