| Index: content/browser/browser_thread_impl.cc
|
| diff --git a/content/browser/browser_thread_impl.cc b/content/browser/browser_thread_impl.cc
|
| index bd6aff9f79b90f227ddbf448fa30d13937380fb5..0814a3c9387f74b3215ab90d23aae429b71bf041 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
|
|
|