summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 20:38:12 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 20:38:12 +0000
commit71c5c3b6906dbca8db3a3de52f459c4d30d036be (patch)
tree8270d974ccdd5ac7417d38fb684619305fdf82c9 /chrome/browser/speech
parent815d5f4e41b1ea064b090efad24d9cf8dca21776 (diff)
downloadchromium_src-71c5c3b6906dbca8db3a3de52f459c4d30d036be.zip
chromium_src-71c5c3b6906dbca8db3a3de52f459c4d30d036be.tar.gz
chromium_src-71c5c3b6906dbca8db3a3de52f459c4d30d036be.tar.bz2
Revert "content: Start splitting up chrome/browser/ui/gtk/gtk_util.h"
This reverts r98287. BUG=93804 Review URL: http://codereview.chromium.org/7749017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/speech')
-rw-r--r--chrome/browser/speech/speech_input_bubble_gtk.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/speech/speech_input_bubble_gtk.cc b/chrome/browser/speech/speech_input_bubble_gtk.cc
index de4605c..03aa028 100644
--- a/chrome/browser/speech/speech_input_bubble_gtk.cc
+++ b/chrome/browser/speech/speech_input_bubble_gtk.cc
@@ -18,7 +18,6 @@
#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"
@@ -33,7 +32,7 @@ const int kIconHorizontalPadding = 10;
const int kButtonBarHorizontalSpacing = 10;
// Use black for text labels since the bubble has white background.
-const GdkColor kLabelTextColor = ui::kGdkBlack;
+const GdkColor kLabelTextColor = gtk_util::kGdkBlack;
// Implementation of SpeechInputBubble for GTK. This shows a speech input bubble
// on screen.