Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: webrtc/base/thread.h

Issue 2706843002: Fix clang style warnings in webrtc/base/thread.h (Closed)
Patch Set: Reordering methods. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | webrtc/base/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698