summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_instructions_gtk.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 19:25:41 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 19:25:41 +0000
commit022a19b11affa747a4f2235b8e1d1fd0b6b3033d (patch)
tree52b157a3f5b1d3378085f6501de8fe23f1ed0ec9 /chrome/browser/gtk/bookmark_bar_instructions_gtk.h
parenta41288c51fda3e9765468870796916b974a20b3b (diff)
downloadchromium_src-022a19b11affa747a4f2235b8e1d1fd0b6b3033d.zip
chromium_src-022a19b11affa747a4f2235b8e1d1fd0b6b3033d.tar.gz
chromium_src-022a19b11affa747a4f2235b8e1d1fd0b6b3033d.tar.bz2
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
Diffstat (limited to 'chrome/browser/gtk/bookmark_bar_instructions_gtk.h')
-rw-r--r--chrome/browser/gtk/bookmark_bar_instructions_gtk.h4
1 files changed, 3 insertions, 1 deletions
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_;