diff options
Diffstat (limited to 'chrome/browser/gtk/first_run_bubble.cc')
| -rw-r--r-- | chrome/browser/gtk/first_run_bubble.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/gtk/first_run_bubble.cc b/chrome/browser/gtk/first_run_bubble.cc index fb23e14..81daf73 100644 --- a/chrome/browser/gtk/first_run_bubble.cc +++ b/chrome/browser/gtk/first_run_bubble.cc @@ -6,7 +6,6 @@ #include <gtk/gtk.h> -#include "app/gtk_util.h" #include "app/l10n_util.h" #include "base/command_line.h" #include "base/i18n/rtl.h" @@ -17,7 +16,6 @@ #include "chrome/browser/gtk/gtk_util.h" #include "chrome/browser/search_engines/util.h" #include "chrome/common/notification_service.h" -#include "gfx/gtk_util.h" #include "grit/chromium_strings.h" #include "grit/generated_resources.h" #include "grit/locale_settings.h" @@ -63,7 +61,7 @@ void FirstRunBubble::Observe(NotificationType type, } else { for (std::vector<GtkWidget*>::iterator it = labels_.begin(); it != labels_.end(); ++it) { - gtk_widget_modify_fg(*it, GTK_STATE_NORMAL, &gfx::kGdkBlack); + gtk_widget_modify_fg(*it, GTK_STATE_NORMAL, >k_util::kGdkBlack); } } } |
