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

Unified Diff: components/content_settings/core/browser/content_settings_registry.h

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/content_settings/core/browser/content_settings_registry.h
diff --git a/components/content_settings/core/browser/content_settings_registry.h b/components/content_settings/core/browser/content_settings_registry.h
index 84b4b514bf402d2bccc238bafd5acaf5ebf8bb58..14675088fd820177584f64ebf70bfed84009ccbe 100644
--- a/components/content_settings/core/browser/content_settings_registry.h
+++ b/components/content_settings/core/browser/content_settings_registry.h
@@ -46,7 +46,7 @@ class ContentSettingsRegistry {
private:
friend class ContentSettingsRegistryTest;
- friend struct base::DefaultLazyInstanceTraits<ContentSettingsRegistry>;
+ friend struct base::LazyInstanceTraitsBase<ContentSettingsRegistry>;
ContentSettingsRegistry();
ContentSettingsRegistry(WebsiteSettingsRegistry* website_settings_registry);

Powered by Google App Engine
This is Rietveld 408576698