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

Unified Diff: content/browser/speech/endpointer/endpointer.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/endpointer/endpointer.h
diff --git a/content/browser/speech/endpointer/endpointer.h b/content/browser/speech/endpointer/endpointer.h
index 89ec3a920155500b1d294c08c302d08ffc60c4db..6688ee63dc98567ffe3cd45454655dbee6d9ac1d 100644
--- a/content/browser/speech/endpointer/endpointer.h
+++ b/content/browser/speech/endpointer/endpointer.h
@@ -11,7 +11,7 @@
class EpStatus;
-namespace speech {
+namespace content {
class AudioChunk;
@@ -148,6 +148,6 @@ class CONTENT_EXPORT Endpointer {
int32 frame_size_;
};
-} // namespace speech
+} // namespace content
#endif // CONTENT_BROWSER_SPEECH_ENDPOINTER_ENDPOINTER_H_

Powered by Google App Engine
This is Rietveld 408576698