| Index: components/sync/model_impl/model_type_store_backend.cc
|
| diff --git a/components/sync/model_impl/model_type_store_backend.cc b/components/sync/model_impl/model_type_store_backend.cc
|
| index a277b82f8cc0918bceae1263691540fafa80bded..a17453122e1be09df40f1d75ed62e4e07d4ae794 100644
|
| --- a/components/sync/model_impl/model_type_store_backend.cc
|
| +++ b/components/sync/model_impl/model_type_store_backend.cc
|
| @@ -76,8 +76,7 @@ class BackendMap {
|
| DISALLOW_COPY_AND_ASSIGN(BackendMap);
|
| };
|
|
|
| -base::LazyInstance<BackendMap>::DestructorAtExit backend_map =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<BackendMap>::Leaky backend_map = LAZY_INSTANCE_INITIALIZER;
|
|
|
| scoped_refptr<ModelTypeStoreBackend> BackendMap::GetBackend(
|
| const std::string& path) const {
|
|
|