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

Unified Diff: talk/session/media/mediamonitor.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/externalhmac.h ('k') | talk/session/media/mediamonitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/session/media/mediamonitor.h
diff --git a/talk/session/media/mediamonitor.h b/talk/session/media/mediamonitor.h
index 89740a8d4ca42b5365c4e60e45c1b586354a964f..445b3794776031cff6d5a6b16e2d5d281ecaab53 100644
--- a/talk/session/media/mediamonitor.h
+++ b/talk/session/media/mediamonitor.h
@@ -46,7 +46,7 @@ class MediaMonitor : public rtc::MessageHandler,
rtc::Thread* monitor_thread);
~MediaMonitor();
- void Start(uint32 milliseconds);
+ void Start(uint32_t milliseconds);
void Stop();
protected:
@@ -59,7 +59,7 @@ class MediaMonitor : public rtc::MessageHandler,
rtc::Thread* worker_thread_;
rtc::Thread* monitor_thread_;
bool monitoring_;
- uint32 rate_;
+ uint32_t rate_;
};
// Templatized MediaMonitor that can deal with different kinds of media.
« no previous file with comments | « talk/session/media/externalhmac.h ('k') | talk/session/media/mediamonitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698