Index: chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc |
diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc |
index 7b616af23751ca8add06ba6b24e7f0648bfd45ea..f0b57aba2024a926388573604f2f0e1934b77abf 100644 |
--- a/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc |
+++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc |
@@ -25,6 +25,7 @@ |
#include "content/browser/user_metrics.h" |
#include "content/common/notification_service.h" |
#include "grit/generated_resources.h" |
+#include "ui/base/gtk/gtk_hig_constants.h" |
#include "ui/base/l10n/l10n_util.h" |
namespace { |
@@ -73,7 +74,7 @@ void BookmarkBubbleGtk::Observe(int type, |
} else { |
for (std::vector<GtkWidget*>::iterator it = labels_.begin(); |
it != labels_.end(); ++it) { |
- gtk_widget_modify_fg(*it, GTK_STATE_NORMAL, >k_util::kGdkBlack); |
+ gtk_widget_modify_fg(*it, GTK_STATE_NORMAL, &ui::kGdkBlack); |
} |
} |
} |