Index: remoting/host/video_scheduler.cc |
=================================================================== |
--- remoting/host/video_scheduler.cc (revision 180437) |
+++ remoting/host/video_scheduler.cc (working copy) |
@@ -165,7 +165,7 @@ |
void VideoScheduler::StartOnCaptureThread() { |
DCHECK(capture_task_runner_->BelongsToCurrentThread()); |
- // Start the capturer and let it notify us if cursor shape changes. |
+ // Start the capturer and let it notify us of cursor shape changes. |
capturer_->Start(this); |
capture_timer_.reset(new base::OneShotTimer<VideoScheduler>()); |