From 022a19b11affa747a4f2235b8e1d1fd0b6b3033d Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 30 Apr 2010 19:25:41 +0000 Subject: GTK: Fix color/theme logic on the instructions label on the bookmark bar. BUG=42957 TEST=none Review URL: http://codereview.chromium.org/1816005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46106 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/bookmark_bar_instructions_gtk.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/browser/gtk/bookmark_bar_instructions_gtk.h') diff --git a/chrome/browser/gtk/bookmark_bar_instructions_gtk.h b/chrome/browser/gtk/bookmark_bar_instructions_gtk.h index bb7dc12..ce711e0 100644 --- a/chrome/browser/gtk/bookmark_bar_instructions_gtk.h +++ b/chrome/browser/gtk/bookmark_bar_instructions_gtk.h @@ -11,6 +11,7 @@ #include "chrome/common/notification_registrar.h" typedef struct _GtkWidget GtkWidget; +class GtkThemeProvider; class Profile; class BookmarkBarInstructionsGtk : public NotificationObserver { @@ -42,9 +43,10 @@ class BookmarkBarInstructionsGtk : public NotificationObserver { Profile* profile_; + GtkThemeProvider* theme_provider_; + // HBox that holds the the label and link of bookmark bar import promotion. GtkWidget* instructions_hbox_; - GtkWidget* instructions_label_; GtkWidget* instructions_link_; -- cgit v1.1