| Index: chromeos/audio/cras_audio_handler.h
|
| diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h
|
| index 343fafd017c4e755168433aabe4b0fdf1f23c183..a12e5ae4562a72f12dc03681eaac43de2007b3ab 100644
|
| --- a/chromeos/audio/cras_audio_handler.h
|
| +++ b/chromeos/audio/cras_audio_handler.h
|
| @@ -356,7 +356,7 @@ class CHROMEOS_EXPORT CrasAudioHandler : public CrasAudioClient::Observer,
|
| bool log_errors_;
|
|
|
| // Timer for HDMI re-discovering grace period.
|
| - base::OneShotTimer<CrasAudioHandler> hdmi_rediscover_timer_;
|
| + base::OneShotTimer hdmi_rediscover_timer_;
|
| int hdmi_rediscover_grace_period_duration_in_ms_;
|
| bool hdmi_rediscovering_;
|
|
|
|
|