| Index: remoting/host/audio_capturer_win.cc
|
| diff --git a/remoting/host/audio_capturer_win.cc b/remoting/host/audio_capturer_win.cc
|
| index f5d71390193b32f4f5d89a2c7e1f37f7c74ebd82..d9a8a14326eeb4350e14c2e989727120b803cb09 100644
|
| --- a/remoting/host/audio_capturer_win.cc
|
| +++ b/remoting/host/audio_capturer_win.cc
|
| @@ -58,7 +58,7 @@ bool AudioCapturerWin::Start(const PacketCapturedCallback& callback) {
|
| callback_ = callback;
|
|
|
| // Initialize the capture timer.
|
| - capture_timer_.reset(new base::RepeatingTimer<AudioCapturerWin>());
|
| + capture_timer_.reset(new base::RepeatingTimer());
|
|
|
| HRESULT hr = S_OK;
|
|
|
|
|