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

Unified Diff: content/browser/speech/chunked_byte_buffer.cc

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/chunked_byte_buffer.cc
diff --git a/content/browser/speech/chunked_byte_buffer.cc b/content/browser/speech/chunked_byte_buffer.cc
index 23a6e64494e795342a7c5f9653409ddb2af2e555..ae8a6ce82457f0abc3ff847e77c91f1c2ebaf538 100644
--- a/content/browser/speech/chunked_byte_buffer.cc
+++ b/content/browser/speech/chunked_byte_buffer.cc
@@ -26,7 +26,7 @@ uint32 ReadBigEndian32(const uint8* buffer) {
} // namespace
-namespace speech {
+namespace content {
ChunkedByteBuffer::ChunkedByteBuffer()
: partial_chunk_(new Chunk()),
@@ -133,4 +133,4 @@ size_t ChunkedByteBuffer::Chunk::ExpectedContentLength() const {
return static_cast<size_t>(ReadBigEndian32(&header[0]));
}
-} // namespace speech
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698