| 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 acdcea45b2331e55ac79250b17e64387a5708cf7..0f4314c6ee70e4714f5e9a4770d4db71e48512ed 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;
|
|
|
| @@ -103,3 +105,5 @@ AudioOutputStream* AudioManagerOpenBSD::MakeOutputStream(
|
| AudioManager* CreateAudioManager() {
|
| return new AudioManagerOpenBSD();
|
| }
|
| +
|
| +} // namespace media
|
|
|