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

Unified Diff: media/audio/simple_sources_unittest.cc

Issue 9805001: Move media/audio files into media namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « media/audio/simple_sources.cc ('k') | media/audio/win/audio_low_latency_input_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/simple_sources_unittest.cc
diff --git a/media/audio/simple_sources_unittest.cc b/media/audio/simple_sources_unittest.cc
index 384ed0b6dbd961fe4e0df24712099515a267df43..1e19fd8dd4516638075569240e4e65542d8f362b 100644
--- a/media/audio/simple_sources_unittest.cc
+++ b/media/audio/simple_sources_unittest.cc
@@ -11,6 +11,8 @@
#include "media/audio/simple_sources.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace media {
+
static void GenerateRandomData(char* buffer, uint32 len) {
static bool called = false;
if (!called) {
@@ -99,3 +101,5 @@ TEST(SimpleSources, SineWaveAudio16MonoTest) {
EXPECT_TRUE(last_buffer[half_period + 2] > last_buffer[half_period + 3]);
oas->Close();
}
+
+} // namespace media
« no previous file with comments | « media/audio/simple_sources.cc ('k') | media/audio/win/audio_low_latency_input_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698