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

Unified Diff: base/thread_checker.cc

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/thread_checker.h ('k') | chrome/browser/extensions/default_apps.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/thread_checker.cc
diff --git a/base/thread_checker.cc b/base/thread_checker.cc
index 7a41a44854bf4a4858aeca8a0f5b5690afff5be5..394a90adb935a6ec9fdd777bdaad9921f959120a 100644
--- a/base/thread_checker.cc
+++ b/base/thread_checker.cc
@@ -11,6 +11,8 @@ ThreadChecker::ThreadChecker() {
EnsureThreadIdAssigned();
}
+ThreadChecker::~ThreadChecker() {}
+
bool ThreadChecker::CalledOnValidThread() const {
EnsureThreadIdAssigned();
return *valid_thread_id_ == PlatformThread::CurrentId();
« no previous file with comments | « base/thread_checker.h ('k') | chrome/browser/extensions/default_apps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698