| Index: trunk/src/media/audio/mac/audio_input_mac.h
|
| ===================================================================
|
| --- trunk/src/media/audio/mac/audio_input_mac.h (revision 277811)
|
| +++ trunk/src/media/audio/mac/audio_input_mac.h (working copy)
|
| @@ -16,7 +16,6 @@
|
|
|
| namespace media {
|
|
|
| -class AudioBus;
|
| class AudioManagerMac;
|
|
|
| // Implementation of AudioInputStream for Mac OS X using the audio queue service
|
| @@ -84,8 +83,6 @@
|
| // Used to defer Start() to workaround http://crbug.com/160920.
|
| base::CancelableClosure deferred_start_cb_;
|
|
|
| - scoped_ptr<media::AudioBus> audio_bus_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(PCMQueueInAudioInputStream);
|
| };
|
|
|
|
|