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

Unified Diff: content/browser/speech/chunked_byte_buffer_unittest.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_unittest.cc
diff --git a/content/browser/speech/chunked_byte_buffer_unittest.cc b/content/browser/speech/chunked_byte_buffer_unittest.cc
index 16331016b42f89941dd494bad4c4a3fb58e8aa05..57fdf4ca1bf222df9ddf6d9cd82e18b4eaf61555 100644
--- a/content/browser/speech/chunked_byte_buffer_unittest.cc
+++ b/content/browser/speech/chunked_byte_buffer_unittest.cc
@@ -8,7 +8,7 @@
#include "content/browser/speech/chunked_byte_buffer.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace speech {
+namespace content {
typedef std::vector<uint8> ByteVector;
@@ -73,4 +73,4 @@ TEST(ChunkedByteBufferTest, BasicTest) {
EXPECT_FALSE(buffer.HasChunks());
}
-} // namespace speech
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698