diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 11:57:18 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 11:57:18 +0000 |
commit | fcb8e0216c21719582f25726cf4f6766b1902f64 (patch) | |
tree | 1d14bc15659799f45740df07dc918e961601159d /content/browser/speech/chunked_byte_buffer.h | |
parent | 8b81e050226de9b2f7614557e12c13fc3f3690eb (diff) | |
download | chromium_src-fcb8e0216c21719582f25726cf4f6766b1902f64.zip chromium_src-fcb8e0216c21719582f25726cf4f6766b1902f64.tar.gz chromium_src-fcb8e0216c21719582f25726cf4f6766b1902f64.tar.bz2 |
content/browser: Move speech code into content namespace.
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/11347004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/speech/chunked_byte_buffer.h')
-rw-r--r-- | content/browser/speech/chunked_byte_buffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/speech/chunked_byte_buffer.h b/content/browser/speech/chunked_byte_buffer.h index 1cacf79..8b9d237 100644 --- a/content/browser/speech/chunked_byte_buffer.h +++ b/content/browser/speech/chunked_byte_buffer.h @@ -13,7 +13,7 @@ #include "base/memory/scoped_vector.h" #include "content/common/content_export.h" -namespace speech { +namespace content { // Models a chunk-oriented byte buffer. The term chunk is herein defined as an // arbitrary sequence of bytes that is preceeded by N header bytes, indicating @@ -70,6 +70,6 @@ class CONTENT_EXPORT ChunkedByteBuffer { }; -} // namespace speech +} // namespace content #endif // CONTENT_BROWSER_SPEECH_CHUNKED_BYTE_BUFFER_H_ |