diff options
Diffstat (limited to 'content/browser/browser_thread_impl.cc')
-rw-r--r-- | content/browser/browser_thread_impl.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/browser_thread_impl.cc b/content/browser/browser_thread_impl.cc index bd6aff9..0814a3c 100644 --- a/content/browser/browser_thread_impl.cc +++ b/content/browser/browser_thread_impl.cc @@ -56,8 +56,7 @@ struct BrowserThreadGlobals { base::SequencedWorkerPool* blocking_pool; }; -base::LazyInstance<BrowserThreadGlobals, - base::LeakyLazyInstanceTraits<BrowserThreadGlobals> > +base::LazyInstance<BrowserThreadGlobals>::Leaky g_globals = LAZY_INSTANCE_INITIALIZER; } // namespace |