Index: base/thread_restrictions.cc |
diff --git a/base/thread_restrictions.cc b/base/thread_restrictions.cc |
index 5be8ad7133d390341fc1573c54efd64a2b591724..e7abc469a918f0f0a24a2d7cc5441b39622e4273 100644 |
--- a/base/thread_restrictions.cc |
+++ b/base/thread_restrictions.cc |
@@ -13,7 +13,8 @@ |
namespace { |
-static base::LazyInstance<base::ThreadLocalBoolean> |
+base::LazyInstance<base::ThreadLocalBoolean, |
willchan no longer on Chromium
2010/10/21 20:26:50
Why don't you just move this anonymous namespace w
|
+ base::LeakyLazyInstanceTraits<base::ThreadLocalBoolean> > |
g_io_disallowed(base::LINKER_INITIALIZED); |
} // anonymous namespace |