Index: media/audio/audio_device_thread.h |
diff --git a/media/audio/audio_device_thread.h b/media/audio/audio_device_thread.h |
index 87d3e4ccb85bed37af312e18ca2883d13e32ae69..22ff077e0fbb1387cc329f10f511aff16849ce15 100644 |
--- a/media/audio/audio_device_thread.h |
+++ b/media/audio/audio_device_thread.h |
@@ -15,7 +15,9 @@ |
#include "media/audio/audio_parameters.h" |
#include "media/audio/shared_memory_util.h" |
+namespace base { |
class MessageLoop; |
+} |
namespace media { |
class AudioBus; |
@@ -86,7 +88,7 @@ class MEDIA_EXPORT AudioDeviceThread { |
// in order to join the worker thread and close the thread handle later via a |
// posted task. |
// If set to NULL, function will wait for the thread to exit before returning. |
- void Stop(MessageLoop* loop_for_join); |
+ void Stop(base::MessageLoop* loop_for_join); |
// Returns true if the thread is stopped or stopping. |
bool IsStopped(); |