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

Unified Diff: media/audio/win/audio_manager_win.h

Issue 3192017: Revert 57254 - Share one thread between all AudioOutputControllers instead of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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_unittest.cc ('k') | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/win/audio_manager_win.h
===================================================================
--- media/audio/win/audio_manager_win.h (revision 57255)
+++ media/audio/win/audio_manager_win.h (working copy)
@@ -8,7 +8,7 @@
#include <windows.h>
#include "base/basictypes.h"
-#include "media/audio/audio_manager_base.h"
+#include "media/audio/audio_io.h"
class PCMWaveInAudioInputStream;
class PCMWaveOutAudioOutputStream;
@@ -16,7 +16,7 @@
// Windows implementation of the AudioManager singleton. This class is internal
// to the audio output and only internal users can call methods not exposed by
// the AudioManager class.
-class AudioManagerWin : public AudioManagerBase {
+class AudioManagerWin : public AudioManager {
public:
AudioManagerWin() {}
// Implementation of AudioManager.
« no previous file with comments | « media/audio/simple_sources_unittest.cc ('k') | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698