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

Unified Diff: content/browser/speech/google_one_shot_remote_engine.h

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/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_

Powered by Google App Engine
This is Rietveld 408576698