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

Unified Diff: base/threading/non_thread_safe.h

Issue 168373002: Make the #includes consistent in various thread checkers between debug and release mode. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 10 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/sequence_checker.h ('k') | base/threading/thread_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/non_thread_safe.h
===================================================================
--- base/threading/non_thread_safe.h (revision 251478)
+++ base/threading/non_thread_safe.h (working copy)
@@ -18,9 +18,7 @@
#define ENABLE_NON_THREAD_SAFE 0
#endif
-#if ENABLE_NON_THREAD_SAFE
#include "base/threading/non_thread_safe_impl.h"
-#endif
namespace base {
@@ -70,4 +68,4 @@
} // namespace base
-#endif // BASE_NON_THREAD_SAFE_H_
+#endif // BASE_THREADING_NON_THREAD_SAFE_H_
« no previous file with comments | « base/sequence_checker.h ('k') | base/threading/thread_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698