Chromium Code Reviews| Index: webrtc/base/thread.h |
| diff --git a/webrtc/base/thread.h b/webrtc/base/thread.h |
| index acd84d91d3d0d32e51ebaa95a71066b693e069c1..58fa3f0d463b5ee0c6e1f83ae5fc4aaadcc875e6 100644 |
| --- a/webrtc/base/thread.h |
| +++ b/webrtc/base/thread.h |
| @@ -306,7 +306,7 @@ class AutoThread : public Thread { |
| class ComThread : public Thread { |
| public: |
| ComThread() {} |
| - ~ComThread() override { Stop(); } |
| + ~ComThread() override; |
| protected: |
| void Run() override; |