Index: base/threading/non_thread_safe.h |
=================================================================== |
--- base/threading/non_thread_safe.h (revision 85332) |
+++ base/threading/non_thread_safe.h (working copy) |
@@ -6,6 +6,9 @@ |
#define BASE_THREADING_NON_THREAD_SAFE_H_ |
#pragma once |
+// Classes deriving from NonThreadSafe may need to supress warning 4275. |
+#include "base/compiler_specific.h" |
wtc
2011/05/16 20:55:17
We discussed this issue in person.
Your current s
rvargas (doing something else)
2011/05/16 22:41:56
I updated the comment to be more explicit about th
|
+ |
#ifndef NDEBUG |
#include "base/threading/non_thread_safe_impl.h" |
#endif |