Index: content/common/plugin_list.cc |
diff --git a/content/common/plugin_list.cc b/content/common/plugin_list.cc |
index 9d650aac1d16b20a717318eb0437cd73c907c3af..76a44b440e7e932f4c5f40bc56b3a9a03c3dd4f3 100644 |
--- a/content/common/plugin_list.cc |
+++ b/content/common/plugin_list.cc |
@@ -24,7 +24,8 @@ namespace content { |
namespace { |
-base::LazyInstance<PluginList> g_singleton = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<PluginList>::DestructorAtExit g_singleton = |
+ LAZY_INSTANCE_INITIALIZER; |
} // namespace |