Index: chrome/common/extensions/manifest_handlers/content_scripts_handler.cc |
diff --git a/chrome/common/extensions/manifest_handlers/content_scripts_handler.cc b/chrome/common/extensions/manifest_handlers/content_scripts_handler.cc |
index affae0495e43344bf9d3ffd3df693a773f702d62..048cfc6feb070d188fd44d52431c1ef09aab766e 100644 |
--- a/chrome/common/extensions/manifest_handlers/content_scripts_handler.cc |
+++ b/chrome/common/extensions/manifest_handlers/content_scripts_handler.cc |
@@ -330,8 +330,8 @@ struct EmptyUserScriptList { |
UserScriptList user_script_list; |
}; |
-static base::LazyInstance<EmptyUserScriptList> g_empty_script_list = |
- LAZY_INSTANCE_INITIALIZER; |
+static base::LazyInstance<EmptyUserScriptList>::DestructorAtExit |
+ g_empty_script_list = LAZY_INSTANCE_INITIALIZER; |
} // namespace |