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

Unified Diff: services/catalog/catalog.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 | « remoting/host/win/rdp_client_window.cc ('k') | services/file/user_id_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/catalog.cc
diff --git a/services/catalog/catalog.cc b/services/catalog/catalog.cc
index bdd55811d2345a3d2e427422eb18b7b3b0e564b5..bdcb40af1034e9ba05c56f15afec7eb26adc75e8 100644
--- a/services/catalog/catalog.cc
+++ b/services/catalog/catalog.cc
@@ -37,8 +37,8 @@ const char kCatalogServiceEmbeddedKey[] = "embedded";
const char kCatalogServiceExecutableKey[] = "executable";
const char kCatalogServiceManifestKey[] = "manifest";
-base::LazyInstance<std::unique_ptr<base::Value>> g_default_static_manifest =
- LAZY_INSTANCE_INITIALIZER;
+base::LazyInstance<std::unique_ptr<base::Value>>::DestructorAtExit
+ g_default_static_manifest = LAZY_INSTANCE_INITIALIZER;
void LoadCatalogManifestIntoCache(const base::Value* root, EntryCache* cache) {
DCHECK(root);
« no previous file with comments | « remoting/host/win/rdp_client_window.cc ('k') | services/file/user_id_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698