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

Unified Diff: talk/media/base/voiceprocessor.h

Issue 1362503003: Use suffixed {uint,int}{8,16,32,64}_t types. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: google::int32 Created 5 years, 3 months 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: talk/media/base/voiceprocessor.h
diff --git a/talk/media/base/voiceprocessor.h b/talk/media/base/voiceprocessor.h
index 33c252e1707b1d5086ef36ecdabdf64dfa6c98f0..536022f15bfa3c8e68434045fa55c5cbe558bf4f 100755
--- a/talk/media/base/voiceprocessor.h
+++ b/talk/media/base/voiceprocessor.h
@@ -48,7 +48,7 @@ class VoiceProcessor : public sigslot::has_slots<> {
// Contents of frame may be manipulated by the processor.
// The processed data is expected to be the same size as the
// original data.
- virtual void OnFrame(uint32 ssrc,
+ virtual void OnFrame(uint32_t ssrc,
MediaProcessorDirection direction,
AudioFrame* frame) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698