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

Unified Diff: talk/session/media/bundlefilter.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: rebase + revert basictypes.h (to be landed separately just in case of a revert due to unexpected us… Created 5 years, 2 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
« no previous file with comments | « talk/session/media/audiomonitor.cc ('k') | talk/session/media/bundlefilter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/session/media/bundlefilter.h
diff --git a/talk/session/media/bundlefilter.h b/talk/session/media/bundlefilter.h
index a4980412f0fcedba225b92dbfc840869a5b1fa92..3717376668f33d7bf838f84e8835d98cd6453e9c 100755
--- a/talk/session/media/bundlefilter.h
+++ b/talk/session/media/bundlefilter.h
@@ -60,12 +60,12 @@ class BundleFilter {
bool AddStream(const StreamParams& stream);
// Removes source from the filter.
- bool RemoveStream(uint32 ssrc);
+ bool RemoveStream(uint32_t ssrc);
// Utility methods added for unitest.
// True if |streams_| is not empty.
bool HasStreams() const;
- bool FindStream(uint32 ssrc) const;
+ bool FindStream(uint32_t ssrc) const;
bool FindPayloadType(int pl_type) const;
void ClearAllPayloadTypes();
« no previous file with comments | « talk/session/media/audiomonitor.cc ('k') | talk/session/media/bundlefilter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698