summaryrefslogtreecommitdiffstats
path: root/base/non_thread_safe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/non_thread_safe.cc')
-rw-r--r--base/non_thread_safe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/non_thread_safe.cc b/base/non_thread_safe.cc
index 1163742..d8a91c6 100644
--- a/base/non_thread_safe.cc
+++ b/base/non_thread_safe.cc
@@ -4,11 +4,11 @@
#include "base/non_thread_safe.h"
-#include "base/platform_thread.h"
-
// These checks are only done in debug builds.
#ifndef NDEBUG
+#include "base/logging.h"
+
NonThreadSafe::NonThreadSafe()
: valid_thread_id_(PlatformThread::CurrentId()) {
}