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

Unified Diff: media/audio/audio_manager_base.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/audio_manager.cc ('k') | media/audio/audio_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager_base.h
diff --git a/media/audio/audio_manager_base.h b/media/audio/audio_manager_base.h
index ba272217afcccd2906e48f3b45c460d9865d35b1..acb85b621eb5257d217214d3856e08cddd355e35 100644
--- a/media/audio/audio_manager_base.h
+++ b/media/audio/audio_manager_base.h
@@ -13,12 +13,14 @@
#include "base/synchronization/lock.h"
#include "media/audio/audio_manager.h"
-class AudioOutputDispatcher;
-
namespace base {
class Thread;
}
+namespace media {
+
+class AudioOutputDispatcher;
+
// AudioManagerBase provides AudioManager functions common for all platforms.
class MEDIA_EXPORT AudioManagerBase : public AudioManager {
public:
@@ -124,4 +126,6 @@ class MEDIA_EXPORT AudioManagerBase : public AudioManager {
DISALLOW_COPY_AND_ASSIGN(AudioManagerBase);
};
+} // namespace media
+
#endif // MEDIA_AUDIO_AUDIO_MANAGER_BASE_H_
« no previous file with comments | « media/audio/audio_manager.cc ('k') | media/audio/audio_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698