summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_input_bubble_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/speech/speech_input_bubble_controller.cc')
-rw-r--r--chrome/browser/speech/speech_input_bubble_controller.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/speech/speech_input_bubble_controller.cc b/chrome/browser/speech/speech_input_bubble_controller.cc
index 59fa67c..f71f742 100644
--- a/chrome/browser/speech/speech_input_bubble_controller.cc
+++ b/chrome/browser/speech/speech_input_bubble_controller.cc
@@ -13,6 +13,8 @@
#include "content/public/browser/notification_types.h"
#include "ui/gfx/rect.h"
+using content::BrowserThread;
+
namespace speech_input {
SpeechInputBubbleController::SpeechInputBubbleController(Delegate* delegate)