| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
|
| index 697c5b412c40600c78993b1d43b92991e42280d7..d4f10d82f81611d256a9d2faadc3498216dbb631 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
|
| @@ -5,6 +5,7 @@
|
| #include "chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h"
|
|
|
| #include "base/observer_list.h"
|
| +#include "chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h"
|
| #include "chrome/browser/ui/gtk/gtk_chrome_link_button.h"
|
| #include "chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.h"
|
| #include "chrome/browser/ui/gtk/gtk_theme_service.h"
|
| @@ -14,8 +15,9 @@
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| -BookmarkBarInstructionsGtk::BookmarkBarInstructionsGtk(Delegate* delegate,
|
| - Profile* profile)
|
| +BookmarkBarInstructionsGtk::BookmarkBarInstructionsGtk(
|
| + chrome::BookmarkBarInstructionsDelegate* delegate,
|
| + Profile* profile)
|
| : delegate_(delegate),
|
| profile_(profile),
|
| theme_service_(GtkThemeService::GetFrom(profile_)) {
|
|
|