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

Unified Diff: media/audio/linux/alsa_output.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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_output_dispatcher_impl.h ('k') | media/base/pipeline.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/linux/alsa_output.h
diff --git a/media/audio/linux/alsa_output.h b/media/audio/linux/alsa_output.h
index 1b81046989556226c517eda444bfda3c9ac101c5..bceeba53671662427b37c7729f1758ccbea202c0 100644
--- a/media/audio/linux/alsa_output.h
+++ b/media/audio/linux/alsa_output.h
@@ -33,7 +33,9 @@
#include "media/audio/audio_io.h"
#include "media/audio/audio_parameters.h"
+namespace base {
class MessageLoop;
+}
namespace media {
@@ -191,7 +193,7 @@ class MEDIA_EXPORT AlsaPcmOutputStream : public AudioOutputStream {
// We hold a reference to the audio thread message loop since
// AudioManagerBase::ShutDown() can invalidate the message loop pointer
// before the stream gets deleted.
- MessageLoop* message_loop_;
+ base::MessageLoop* message_loop_;
// Handle to the actual PCM playback device.
snd_pcm_t* playback_handle_;
« no previous file with comments | « media/audio/audio_output_dispatcher_impl.h ('k') | media/base/pipeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698