| Index: remoting/host/video_scheduler.cc | 
| diff --git a/remoting/host/video_scheduler.cc b/remoting/host/video_scheduler.cc | 
| index c927b3cbe2b5892b5db0fef4e754f4c3f007228c..90e635ff99c99c5ea2458f083536660ab8cc260d 100644 | 
| --- a/remoting/host/video_scheduler.cc | 
| +++ b/remoting/host/video_scheduler.cc | 
| @@ -165,7 +165,7 @@ VideoScheduler::~VideoScheduler() { | 
| 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>()); | 
|  |