| 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 ec474d227d3f58941fad0c0dcc7b2d98402657c7..afc6fe8f3d7c7f0c37eb2e3ff2ce29b38625a2f9 100644
|
| --- a/components/sync/model_impl/model_type_store_backend.cc
|
| +++ b/components/sync/model_impl/model_type_store_backend.cc
|
| @@ -32,7 +32,7 @@ const char ModelTypeStoreBackend::kStoreInitResultHistogramName[] =
|
| "Sync.ModelTypeStoreInitResult";
|
|
|
| // static
|
| -base::LazyInstance<ModelTypeStoreBackend::BackendMap>
|
| +base::LazyInstance<ModelTypeStoreBackend::BackendMap>::DestructorAtExit
|
| ModelTypeStoreBackend::backend_map_ = LAZY_INSTANCE_INITIALIZER;
|
|
|
| namespace {
|
|
|