| Index: remoting/host/desktop_session_agent.cc | 
| diff --git a/remoting/host/desktop_session_agent.cc b/remoting/host/desktop_session_agent.cc | 
| index 4a1f259010f70e0a551acac0f1aa59c29a640a76..ad8994dd47c87cb40eee07a0179e612d1bdef4c1 100644 | 
| --- a/remoting/host/desktop_session_agent.cc | 
| +++ b/remoting/host/desktop_session_agent.cc | 
| @@ -120,10 +120,10 @@ DesktopSessionAgent::DesktopSessionAgent( | 
| input_task_runner_(input_task_runner), | 
| io_task_runner_(io_task_runner), | 
| video_capture_task_runner_(video_capture_task_runner), | 
| -      control_factory_(this), | 
| next_shared_buffer_id_(1), | 
| shared_buffers_(0), | 
| -      started_(false) { | 
| +      started_(false), | 
| +      control_factory_(this) { | 
| DCHECK(caller_task_runner_->BelongsToCurrentThread()); | 
| } | 
|  | 
|  |