Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1426)

Unified Diff: content/browser/browser_main_loop.cc

Issue 11347004: content/browser: Move speech code into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698