Index: chrome/browser/speech/speech_input_bubble_gtk.cc |
diff --git a/chrome/browser/speech/speech_input_bubble_gtk.cc b/chrome/browser/speech/speech_input_bubble_gtk.cc |
index c0933bf5c87fc22f55f669f9cc7cf8aced3bbe47..69f1d1301ad554282d7e7a9edfaa420d7ca45d3f 100644 |
--- a/chrome/browser/speech/speech_input_bubble_gtk.cc |
+++ b/chrome/browser/speech/speech_input_bubble_gtk.cc |
@@ -18,6 +18,7 @@ |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
#include "media/audio/audio_manager.h" |
+#include "ui/base/gtk/gtk_hig_constants.h" |
#include "ui/base/gtk/owned_widget_gtk.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/resource/resource_bundle.h" |
@@ -32,7 +33,7 @@ const int kIconHorizontalPadding = 10; |
const int kButtonBarHorizontalSpacing = 10; |
// Use black for text labels since the bubble has white background. |
-const GdkColor kLabelTextColor = gtk_util::kGdkBlack; |
+const GdkColor kLabelTextColor = ui::kGdkBlack; |
// Implementation of SpeechInputBubble for GTK. This shows a speech input bubble |
// on screen. |