| Index: remoting/host/win/wts_session_process_delegate.cc
 | 
| diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc
 | 
| index a29f5c047c491d63322295744b2ea15c962eb983..6a55c11449f675a1ac8c86936bd1e8f6d1050c73 100644
 | 
| --- a/remoting/host/win/wts_session_process_delegate.cc
 | 
| +++ b/remoting/host/win/wts_session_process_delegate.cc
 | 
| @@ -591,6 +591,7 @@ WtsSessionProcessDelegate::WtsSessionProcessDelegate(
 | 
|  }
 | 
|  
 | 
|  WtsSessionProcessDelegate::~WtsSessionProcessDelegate() {
 | 
| +  DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
 | 
|    core_->Stop();
 | 
|  }
 | 
|  
 | 
| 
 |