Chromium Code Reviews

Unified Diff: components/content_settings/core/browser/website_settings_registry.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.
Jump to:
View side-by-side diff with in-line comments
Index: components/content_settings/core/browser/website_settings_registry.cc
diff --git a/components/content_settings/core/browser/website_settings_registry.cc b/components/content_settings/core/browser/website_settings_registry.cc
index 019037c21ef3ab230eb0acb2291d6e79ed3bf011..966d49626f8e45f64cadc9a57d2965a87e9a0828 100644
--- a/components/content_settings/core/browser/website_settings_registry.cc
+++ b/components/content_settings/core/browser/website_settings_registry.cc
@@ -12,8 +12,8 @@
namespace {
-base::LazyInstance<content_settings::WebsiteSettingsRegistry> g_instance =
- LAZY_INSTANCE_INITIALIZER;
+base::LazyInstance<content_settings::WebsiteSettingsRegistry>::DestructorAtExit
+ g_instance = LAZY_INSTANCE_INITIALIZER;
} // namespace
« no previous file with comments | « components/content_settings/core/browser/website_settings_registry.h ('k') | components/cookie_config/cookie_store_util.cc » ('j') | no next file with comments »

Powered by Google App Engine