| Index: trunk/src/media/audio/android/opensles_input.h
|
| ===================================================================
|
| --- trunk/src/media/audio/android/opensles_input.h (revision 277811)
|
| +++ trunk/src/media/audio/android/opensles_input.h (working copy)
|
| @@ -17,7 +17,6 @@
|
|
|
| namespace media {
|
|
|
| -class AudioBus;
|
| class AudioManagerAndroid;
|
|
|
| // Implements PCM audio input support for Android using the OpenSLES API.
|
| @@ -95,8 +94,6 @@
|
|
|
| bool started_;
|
|
|
| - scoped_ptr<media::AudioBus> audio_bus_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(OpenSLESInputStream);
|
| };
|
|
|
|
|