| 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 f094b9105d712ac78527f5c3331c02c328caca1e..02aae77074e4d29bcff8f45c503ae64c438220bf 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| @@ -13,7 +13,7 @@
|
| #include "ui/base/gtk/gtk_signal.h"
|
|
|
| typedef struct _GtkWidget GtkWidget;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
| class Profile;
|
|
|
| class BookmarkBarInstructionsGtk : public content::NotificationObserver {
|
| @@ -48,7 +48,7 @@ class BookmarkBarInstructionsGtk : public content::NotificationObserver {
|
|
|
| Profile* profile_;
|
|
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| // HBox that holds the the label and link of bookmark bar import promotion.
|
| GtkWidget* instructions_hbox_;
|
|
|