Index: base/threading/thread_restrictions.cc |
diff --git a/base/threading/thread_restrictions.cc b/base/threading/thread_restrictions.cc |
index 073349cc6158d9bb017739556b0750b0ba7708d2..b093fb4671740986c5196c5c672419ac83448266 100644 |
--- a/base/threading/thread_restrictions.cc |
+++ b/base/threading/thread_restrictions.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -15,10 +15,10 @@ namespace base { |
namespace { |
-LazyInstance<ThreadLocalBoolean, LeakyLazyInstanceTraits<ThreadLocalBoolean> > |
+LazyInstance<ThreadLocalBoolean>::Leaky |
g_io_disallowed = LAZY_INSTANCE_INITIALIZER; |
-LazyInstance<ThreadLocalBoolean, LeakyLazyInstanceTraits<ThreadLocalBoolean> > |
+LazyInstance<ThreadLocalBoolean>::Leaky |
g_singleton_disallowed = LAZY_INSTANCE_INITIALIZER; |
} // anonymous namespace |