Chromium Code Reviews| Index: base/non_thread_safe.cc |
| =================================================================== |
| --- base/non_thread_safe.cc (revision 11577) |
| +++ base/non_thread_safe.cc (working copy) |
| @@ -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()) { |
| } |