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

Unified Diff: base/thread_checker.h

Issue 3743001: FBTF: Fix more ctor/dtors found by clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Rebase to pick up mac fix on ToT Created 10 years, 2 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 | « base/process_util.cc ('k') | base/thread_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/thread_checker.h
diff --git a/base/thread_checker.h b/base/thread_checker.h
index 60b8474e1647dd3833840425055913d33c7bcd4c..5d5445e2c59a583d8d6f4a5b94256761c69ecfcb 100644
--- a/base/thread_checker.h
+++ b/base/thread_checker.h
@@ -35,6 +35,7 @@
class ThreadChecker {
public:
ThreadChecker();
+ ~ThreadChecker();
bool CalledOnValidThread() const;
« no previous file with comments | « base/process_util.cc ('k') | base/thread_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698