Index: chrome/browser/ui/extensions/extension_message_bubble_factory.cc |
diff --git a/chrome/browser/ui/extensions/extension_message_bubble_factory.cc b/chrome/browser/ui/extensions/extension_message_bubble_factory.cc |
index 384fcae62313d7a99058fcd72a83d0b4eed27af0..39ee156dbfaae831eb48e293978f44de4a685549 100644 |
--- a/chrome/browser/ui/extensions/extension_message_bubble_factory.cc |
+++ b/chrome/browser/ui/extensions/extension_message_bubble_factory.cc |
@@ -29,7 +29,7 @@ namespace { |
// A map of all profiles evaluated, so we can tell if it's the initial check. |
// TODO(devlin): It would be nice to coalesce all the "profiles evaluated" maps |
// that are in the different bubble controllers. |
-base::LazyInstance<std::set<Profile*> > g_profiles_evaluated = |
+base::LazyInstance<std::set<Profile*>>::DestructorAtExit g_profiles_evaluated = |
LAZY_INSTANCE_INITIALIZER; |
// This is used to turn on override whether bubbles are enabled or disabled for |