| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| index 3e075a87c98a2de5896f19d24268cdbc8f466ce2..07cddc85aa42b9d0497de39e911f28d938cabe85 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| @@ -27,7 +27,7 @@ class BookmarkBarInstructionsGtk : public NotificationObserver {
|
| virtual ~Delegate() {}
|
| };
|
|
|
| - explicit BookmarkBarInstructionsGtk(Delegate* delegate, Profile* profile);
|
| + BookmarkBarInstructionsGtk(Delegate* delegate, Profile* profile);
|
|
|
| // Get the native widget.
|
| GtkWidget* widget() const { return instructions_hbox_; }
|
|
|