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

Unified Diff: media/audio/openbsd/audio_manager_openbsd.cc

Issue 9805001: Move media/audio files into media namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix various compiler errors 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
Index: media/audio/openbsd/audio_manager_openbsd.cc
diff --git a/media/audio/openbsd/audio_manager_openbsd.cc b/media/audio/openbsd/audio_manager_openbsd.cc
index 552d528f40ace62c9f0d61067ae6e1fc75c5426d..083f52690aebd766ef943f4dd6230522d7c51406 100644
--- a/media/audio/openbsd/audio_manager_openbsd.cc
+++ b/media/audio/openbsd/audio_manager_openbsd.cc
@@ -15,6 +15,8 @@
#include <fcntl.h>
+namespace media {
+
// Maximum number of output streams that can be open simultaneously.
static const int kMaxOutputStreams = 50;
@@ -107,3 +109,5 @@ AudioOutputStream* AudioManagerOpenBSD::MakeOutputStream(
AudioManager* CreateAudioManager() {
return new AudioManagerOpenBSD();
}
+
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698