| Index: media/audio/agc_audio_stream.h
|
| diff --git a/media/audio/agc_audio_stream.h b/media/audio/agc_audio_stream.h
|
| index a2958ce391a6636a66314506d28bd6bbd5ce0633..b0117e1962c1e9b7619bd0ef6c2671b3e8fc9ed2 100644
|
| --- a/media/audio/agc_audio_stream.h
|
| +++ b/media/audio/agc_audio_stream.h
|
| @@ -180,7 +180,7 @@ class MEDIA_EXPORT AgcAudioStream : public AudioInterface {
|
|
|
| // Repeating timer which cancels itself when it goes out of scope.
|
| // Used to check the microphone volume periodically.
|
| - base::RepeatingTimer<AgcAudioStream<AudioInterface> > timer_;
|
| + base::RepeatingTimer timer_;
|
|
|
| // True when automatic gain control is enabled, false otherwise.
|
| bool agc_is_enabled_;
|
|
|