| Index: content/browser/speech/speech_recognition_request.h
|
| diff --git a/content/browser/speech/speech_recognition_request.h b/content/browser/speech/speech_recognition_request.h
|
| index 65a9733c985be66a6029580d51a2758847158b14..726da2bead638bfd81f7c14c4a1a17f0bf5ae50a 100644
|
| --- a/content/browser/speech/speech_recognition_request.h
|
| +++ b/content/browser/speech/speech_recognition_request.h
|
| @@ -25,7 +25,7 @@ namespace net {
|
| class URLRequestContextGetter;
|
| }
|
|
|
| -namespace speech_input {
|
| +namespace speech {
|
|
|
| // Provides a simple interface for sending recorded speech data to the server
|
| // and get back recognition results.
|
| @@ -83,6 +83,6 @@ class SpeechRecognitionRequest : public content::URLFetcherDelegate {
|
| // the workaround was not needed for my machine).
|
| typedef SpeechRecognitionRequest::Delegate SpeechRecognitionRequestDelegate;
|
|
|
| -} // namespace speech_input
|
| +} // namespace speech
|
|
|
| #endif // CONTENT_BROWSER_SPEECH_SPEECH_RECOGNITION_REQUEST_H_
|
|
|