| Index: media/audio/audio_output_dispatcher.h
|
| diff --git a/media/audio/audio_output_dispatcher.h b/media/audio/audio_output_dispatcher.h
|
| index 6f8d86ee9ec9c74ae60f43a05b1908723f762b13..e07d18113ae3e1d8b6b977e6f8611fd66c34c164 100644
|
| --- a/media/audio/audio_output_dispatcher.h
|
| +++ b/media/audio/audio_output_dispatcher.h
|
| @@ -25,7 +25,9 @@
|
| #include "media/audio/audio_manager.h"
|
| #include "media/audio/audio_parameters.h"
|
|
|
| +namespace base {
|
| class MessageLoop;
|
| +}
|
|
|
| namespace media {
|
|
|
| @@ -71,7 +73,7 @@ class MEDIA_EXPORT AudioOutputDispatcher
|
| // A no-reference-held pointer (we don't want circular references) back to the
|
| // AudioManager that owns this object.
|
| AudioManager* audio_manager_;
|
| - MessageLoop* message_loop_;
|
| + base::MessageLoop* message_loop_;
|
| AudioParameters params_;
|
|
|
| private:
|
|
|