| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index c384ea5fb9fecfc6bba92551e5f121eca509df21..4da911aaf98e8736a0fe4384ade80d9910364102 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -663,7 +663,7 @@ void BrowserMainLoop::BrowserThreadsStarted() {
|
| #endif // !OS_IOS
|
|
|
| #if defined(ENABLE_INPUT_SPEECH)
|
| - speech_recognition_manager_.reset(new speech::SpeechRecognitionManagerImpl());
|
| + speech_recognition_manager_.reset(new SpeechRecognitionManagerImpl());
|
| #endif
|
|
|
| #if !defined(OS_IOS)
|
|
|