Index: media/audio/linux/alsa_input.h |
diff --git a/media/audio/linux/alsa_input.h b/media/audio/linux/alsa_input.h |
index 57092ebb0cf40319c7d338f936439b5669322e2b..974e36b3756e12475b3f1d282e2996ea1596aeda 100644 |
--- a/media/audio/linux/alsa_input.h |
+++ b/media/audio/linux/alsa_input.h |
@@ -76,7 +76,7 @@ class AlsaPcmInputStream : public AgcAudioStream<AudioInputStream> { |
AlsaWrapper* wrapper_; |
base::TimeDelta buffer_duration_; // Length of each recorded buffer. |
AudioInputCallback* callback_; // Valid during a recording session. |
- base::Time next_read_time_; // Scheduled time for the next read callback. |
+ base::TimeTicks next_read_time_; // Scheduled time for next read callback. |
snd_pcm_t* device_handle_; // Handle to the ALSA PCM recording device. |
snd_mixer_t* mixer_handle_; // Handle to the ALSA microphone mixer. |
snd_mixer_elem_t* mixer_element_handle_; // Handle to the capture element. |