Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: components/sync/model_impl/model_type_store_backend.cc

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « components/sync/model_impl/model_type_store_backend.h ('k') | components/url_matcher/url_matcher_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698