| Index: content/browser/speech/google_one_shot_remote_engine.h
|
| diff --git a/content/browser/speech/google_one_shot_remote_engine.h b/content/browser/speech/google_one_shot_remote_engine.h
|
| index 34942b3b2b6fe87ab9e30f8784c727749446157b..442aa1a6ab36318d4953a45f91b6ed52e610bce3 100644
|
| --- a/content/browser/speech/google_one_shot_remote_engine.h
|
| +++ b/content/browser/speech/google_one_shot_remote_engine.h
|
| @@ -16,18 +16,11 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
|
|
| -namespace content {
|
| -struct SpeechRecognitionResult;
|
| -class URLFetcher;
|
| -}
|
| -
|
| namespace net {
|
| class URLRequestContextGetter;
|
| }
|
|
|
| -namespace speech {
|
| -
|
| -class AudioChunk;
|
| +namespace content {
|
|
|
| // Implements a SpeechRecognitionEngine by means of remote interaction with
|
| // Google speech recognition webservice.
|
| @@ -64,6 +57,6 @@ class CONTENT_EXPORT GoogleOneShotRemoteEngine
|
| DISALLOW_COPY_AND_ASSIGN(GoogleOneShotRemoteEngine);
|
| };
|
|
|
| -} // namespace speech
|
| +} // namespace content
|
|
|
| #endif // CONTENT_BROWSER_SPEECH_GOOGLE_ONE_SHOT_REMOTE_ENGINE_H_
|
|
|