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

Unified Diff: remoting/client/plugin/pepper_audio_player.cc

Issue 1542203002: Switch to standard integer types in remoting/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-remoting-host
Patch Set: 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
« no previous file with comments | « remoting/client/plugin/pepper_audio_player.h ('k') | remoting/client/plugin/pepper_cursor_setter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_audio_player.cc
diff --git a/remoting/client/plugin/pepper_audio_player.cc b/remoting/client/plugin/pepper_audio_player.cc
index 4b1f02a067ca699f6689e63e450ec73784cf0e0f..90e83b549751632972333b38aeb299a983520e50 100644
--- a/remoting/client/plugin/pepper_audio_player.cc
+++ b/remoting/client/plugin/pepper_audio_player.cc
@@ -22,7 +22,7 @@ PepperAudioPlayer::PepperAudioPlayer(pp::Instance* instance)
PepperAudioPlayer::~PepperAudioPlayer() {
}
-uint32 PepperAudioPlayer::GetSamplesPerFrame() {
+uint32_t PepperAudioPlayer::GetSamplesPerFrame() {
return samples_per_frame_;
}
« no previous file with comments | « remoting/client/plugin/pepper_audio_player.h ('k') | remoting/client/plugin/pepper_cursor_setter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698