Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: media/audio/mac/audio_input_mac.h

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698