| Index: remoting/host/cast_video_capturer_adapter.cc
|
| diff --git a/remoting/host/cast_video_capturer_adapter.cc b/remoting/host/cast_video_capturer_adapter.cc
|
| index 37d36fe418e2aff939503b12009fcae0a4b01704..02caeffbf83bc0a5da00e53bb9556eb20a15eb8e 100644
|
| --- a/remoting/host/cast_video_capturer_adapter.cc
|
| +++ b/remoting/host/cast_video_capturer_adapter.cc
|
| @@ -95,7 +95,7 @@ cricket::CaptureState CastVideoCapturerAdapter::Start(
|
| // to estimate the creation time of the frame source, to set the elapsed_time
|
| // of future CapturedFrames in OnCaptureCompleted().
|
| start_time_ = base::TimeTicks::Now();
|
| - capture_timer_.reset(new base::RepeatingTimer<CastVideoCapturerAdapter>());
|
| + capture_timer_.reset(new base::RepeatingTimer());
|
| capture_timer_->Start(FROM_HERE,
|
| base::TimeDelta::FromMicroseconds(
|
| GetCaptureFormat()->interval /
|
|
|