Chromium Code Reviews| Index: remoting/base/stoppable.cc |
| diff --git a/remoting/base/stoppable.cc b/remoting/base/stoppable.cc |
| index 046ac424ac3901612110c24a2e2a68b5bff17924..99acba4c06d6cbecd32db96df5838572d11669cb 100644 |
| --- a/remoting/base/stoppable.cc |
| +++ b/remoting/base/stoppable.cc |
| @@ -18,7 +18,7 @@ Stoppable::Stoppable( |
| } |
| Stoppable::~Stoppable() { |
| - DCHECK_EQ(state_, kStopped); |
| + CHECK_EQ(state_, kStopped); |
| } |
| void Stoppable::Stop() { |