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

Unified Diff: base/threading/thread_restrictions.cc

Issue 10675002: Fix thread_restrictions ifdef (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
Index: base/threading/thread_restrictions.cc
===================================================================
--- base/threading/thread_restrictions.cc (revision 144105)
+++ base/threading/thread_restrictions.cc (working copy)
@@ -4,7 +4,7 @@
#include "base/threading/thread_restrictions.h"
-#if defined(ENABLE_THREAD_RESTRICTIONS)
+#if ENABLE_THREAD_RESTRICTIONS
#include "base/lazy_instance.h"
#include "base/logging.h"
@@ -82,4 +82,4 @@
} // namespace base
-#endif // defined(ENABLE_THREAD_RESTRICTIONS)
+#endif // ENABLE_THREAD_RESTRICTIONS
« base/threading/thread_restrictions.h ('K') | « base/threading/thread_restrictions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698