| Index: content/browser/speech/speech_recognizer_impl.h
|
| diff --git a/content/browser/speech/speech_recognizer_impl.h b/content/browser/speech/speech_recognizer_impl.h
|
| index 0273ccbc90fb80ac75f97d5fa2d512f2eb567921..7d684276ffecd5333ed13ebcd05a446ee2d0f264 100644
|
| --- a/content/browser/speech/speech_recognizer_impl.h
|
| +++ b/content/browser/speech/speech_recognizer_impl.h
|
| @@ -14,12 +14,12 @@
|
| #include "content/browser/speech/endpointer/endpointer.h"
|
| #include "content/browser/speech/speech_recognition_request.h"
|
| #include "content/public/browser/speech_recognizer.h"
|
| -#include "content/public/common/speech_input_result.h"
|
| +#include "content/public/common/speech_recognition_traits.h"
|
| #include "media/audio/audio_input_controller.h"
|
|
|
| class AudioManager;
|
|
|
| -namespace speech_input {
|
| +namespace speech {
|
|
|
| // Records audio, sends recorded audio to server and translates server response
|
| // to recognition result.
|
| @@ -103,6 +103,6 @@ class CONTENT_EXPORT SpeechRecognizerImpl
|
| DISALLOW_COPY_AND_ASSIGN(SpeechRecognizerImpl);
|
| };
|
|
|
| -} // namespace speech_input
|
| +} // namespace speech
|
|
|
| #endif // CONTENT_BROWSER_SPEECH_SPEECH_RECOGNIZER_IMPL_H_
|
|
|