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

Unified Diff: media/audio/cras/cras_input.h

Issue 1183383002: Fix Clang compile error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/cras/cras_input.h
diff --git a/media/audio/cras/cras_input.h b/media/audio/cras/cras_input.h
index ef4a5d96184573ab8bc7ed737ee4baef2dde0633..3dac426addefa4503d1592b1238066b1cc1184f1 100644
--- a/media/audio/cras/cras_input.h
+++ b/media/audio/cras/cras_input.h
@@ -101,7 +101,7 @@ class CrasInputStream : public AgcAudioStream<AudioInputStream> {
const CRAS_STREAM_DIRECTION stream_direction_;
// Index of the CRAS device to stream input from.
- uint32 pin_device_;
+ int pin_device_;
// True if the stream is a system-wide loopback stream.
bool is_loopback_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698