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

Unified Diff: media/audio/simple_sources.h

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/pulse/pulse_output.cc ('k') | media/audio/simple_sources.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/simple_sources.h
diff --git a/media/audio/simple_sources.h b/media/audio/simple_sources.h
index a4373a09dd06039381975e744eee4cf9b6ee55c7..2c2cfa4e340e9b2f331637b51e5177ae5bd8871c 100644
--- a/media/audio/simple_sources.h
+++ b/media/audio/simple_sources.h
@@ -10,6 +10,8 @@
#include "media/audio/audio_io.h"
#include "media/base/seekable_buffer.h"
+namespace media {
+
// An audio source that produces a pure sinusoidal tone.
class MEDIA_EXPORT SineWaveAudioSource
: public AudioOutputStream::AudioSourceCallback {
@@ -88,4 +90,6 @@ class MEDIA_EXPORT PushSource
media::SeekableBuffer buffer_;
};
+} // namespace media
+
#endif // MEDIA_AUDIO_SIMPLE_SOURCES_H_
« no previous file with comments | « media/audio/pulse/pulse_output.cc ('k') | media/audio/simple_sources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698