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

Unified Diff: content/common/plugin_list.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
« no previous file with comments | « content/common/media/cdm_host_files.cc ('k') | content/common/plugin_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_list.h
diff --git a/content/common/plugin_list.h b/content/common/plugin_list.h
index e96fca341406788cc5dee6a33b7b51c20a6f8ef9..0504985133c30dc923708a211a9936e02c26fd8f 100644
--- a/content/common/plugin_list.h
+++ b/content/common/plugin_list.h
@@ -132,7 +132,7 @@ class CONTENT_EXPORT PluginList {
};
friend class PluginListTest;
- friend struct base::DefaultLazyInstanceTraits<PluginList>;
+ friend struct base::LazyInstanceTraitsBase<PluginList>;
PluginList();
« no previous file with comments | « content/common/media/cdm_host_files.cc ('k') | content/common/plugin_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698