| Index: media/audio/audio_output.h
|
| diff --git a/media/audio/audio_output.h b/media/audio/audio_output.h
|
| index b21d653a9a18949f0d2647cdcdd777ea7bbf8256..7d82500fba5317137c6411d6c1c3e97d296f2c9a 100644
|
| --- a/media/audio/audio_output.h
|
| +++ b/media/audio/audio_output.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef MEDIA_AUDIO_AUDIO_OUTPUT_H_
|
| #define MEDIA_AUDIO_AUDIO_OUTPUT_H_
|
|
|
| +#include "base/basictypes.h"
|
| +
|
| // Low-level audio output support. To make sound there are 3 objects involved:
|
| // - AudioSource : produces audio samples on a pull model. Implements
|
| // the AudioSourceCallback interface.
|
|
|