| Index: media/audio/mac/audio_input_mac.h
|
| diff --git a/media/audio/mac/audio_input_mac.h b/media/audio/mac/audio_input_mac.h
|
| index 022033439bf9d9ab2dc9780bd87b0d412f897998..f13439c339aecaf63297439ee57134af60c8cf99 100644
|
| --- a/media/audio/mac/audio_input_mac.h
|
| +++ b/media/audio/mac/audio_input_mac.h
|
| @@ -77,7 +77,7 @@ class PCMQueueInAudioInputStream : public AudioInputStream {
|
| // Handle to the OS audio queue object.
|
| AudioQueueRef audio_queue_;
|
| // Size of each of the buffers in |audio_buffers_|
|
| - uint32 buffer_size_bytes_;
|
| + uint32_t buffer_size_bytes_;
|
| // True iff Start() has been called successfully.
|
| bool started_;
|
| // Used to determine if we need to slow down |callback_| calls.
|
|
|