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

Unified Diff: services/file/user_id_map.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
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/resource_coordinator/memory/coordinator/coordinator_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/file/user_id_map.cc
diff --git a/services/file/user_id_map.cc b/services/file/user_id_map.cc
index 1a6068b11fd559ac94e411ecc0141c1ebfc838c5..36b96817476ff30f9ed4da29846837f8c72e5c71 100644
--- a/services/file/user_id_map.cc
+++ b/services/file/user_id_map.cc
@@ -11,7 +11,7 @@
namespace file {
namespace {
-base::LazyInstance<std::map<std::string, base::FilePath>>
+base::LazyInstance<std::map<std::string, base::FilePath>>::DestructorAtExit
g_user_id_to_data_dir = LAZY_INSTANCE_INITIALIZER;
} // namespace
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/resource_coordinator/memory/coordinator/coordinator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698