Chromium Code Reviews| Index: remoting/host/gcd_state_updater.cc | 
| diff --git a/remoting/host/gcd_state_updater.cc b/remoting/host/gcd_state_updater.cc | 
| index a49f7e2987c682b4683a22b4a4e3c9b774e19914..78a4516d7d773478e47cef675e0cab305b6fc732 100644 | 
| --- a/remoting/host/gcd_state_updater.cc | 
| +++ b/remoting/host/gcd_state_updater.cc | 
| @@ -44,6 +44,7 @@ GcdStateUpdater::GcdStateUpdater( | 
| } | 
| GcdStateUpdater::~GcdStateUpdater() { | 
| + DCHECK(thread_checker_.CalledOnValidThread()); | 
| signal_strategy_->RemoveListener(this); | 
| } |