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

Unified Diff: media/audio/win/audio_low_latency_input_win.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/win/audio_low_latency_input_win.h
diff --git a/media/audio/win/audio_low_latency_input_win.h b/media/audio/win/audio_low_latency_input_win.h
index f88c614a777ce2e5017c151481d30228a95f6c54..35e6818ff371caef2444fb94a80bf7b5dc9ad2a9 100644
--- a/media/audio/win/audio_low_latency_input_win.h
+++ b/media/audio/win/audio_low_latency_input_win.h
@@ -145,7 +145,7 @@ class MEDIA_EXPORT WASAPIAudioInputStream
size_t packet_size_bytes_;
// Length of the audio endpoint buffer.
- uint32 endpoint_buffer_size_frames_;
+ uint32_t endpoint_buffer_size_frames_;
// Contains the unique name of the selected endpoint device.
// Note that AudioManagerBase::kDefaultDeviceId represents the default

Powered by Google App Engine
This is Rietveld 408576698