Index: remoting/host/cast_video_capturer_adapter.h |
diff --git a/remoting/host/cast_video_capturer_adapter.h b/remoting/host/cast_video_capturer_adapter.h |
index 1a39a2e2b762737703155d8195079358482538ba..8a5db48f66df37a9108dbcd8ecd82418dd234651 100644 |
--- a/remoting/host/cast_video_capturer_adapter.h |
+++ b/remoting/host/cast_video_capturer_adapter.h |
@@ -67,7 +67,7 @@ class CastVideoCapturerAdapter : public cricket::VideoCapturer, |
scoped_ptr<webrtc::DesktopCapturer> desktop_capturer_; |
// Used to schedule periodic screen captures. |
- scoped_ptr<base::RepeatingTimer<CastVideoCapturerAdapter> > capture_timer_; |
+ scoped_ptr<base::RepeatingTimer> capture_timer_; |
// Used to set the elapsed_time attribute of captured frames. |
base::TimeTicks start_time_; |