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

Unified Diff: content/browser/speech/audio_buffer.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/audio_buffer.h
diff --git a/content/browser/speech/audio_buffer.h b/content/browser/speech/audio_buffer.h
index e50708bf8991b182da85cf7aab8a634cbbefa5b7..783ae6679f38825c206cc38946b684fc6c2482ad 100644
--- a/content/browser/speech/audio_buffer.h
+++ b/content/browser/speech/audio_buffer.h
@@ -12,7 +12,7 @@
#include "base/memory/ref_counted.h"
#include "content/common/content_export.h"
-namespace speech {
+namespace content {
// Models a chunk derived from an AudioBuffer.
class CONTENT_EXPORT AudioChunk :
@@ -71,6 +71,6 @@ class AudioBuffer {
DISALLOW_COPY_AND_ASSIGN(AudioBuffer);
};
-} // namespace speech
+} // namespace content
#endif // CONTENT_BROWSER_SPEECH_AUDIO_BUFFER_H_

Powered by Google App Engine
This is Rietveld 408576698