| Index: chrome/common/extensions/manifest_handlers/linked_app_icons.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/linked_app_icons.cc b/chrome/common/extensions/manifest_handlers/linked_app_icons.cc
|
| index 5fcc5a7dd67d9843b38f94620783c0e271e54e53..744a2d16db352bb51b40d8c669adeedb15cece79 100644
|
| --- a/chrome/common/extensions/manifest_handlers/linked_app_icons.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/linked_app_icons.cc
|
| @@ -19,8 +19,8 @@ namespace errors = manifest_errors;
|
|
|
| namespace {
|
|
|
| -static base::LazyInstance<LinkedAppIcons> g_empty_linked_app_icons =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<LinkedAppIcons>::DestructorAtExit
|
| + g_empty_linked_app_icons = LAZY_INSTANCE_INITIALIZER;
|
|
|
| const LinkedAppIcons& GetInfo(const Extension* extension) {
|
| LinkedAppIcons* info = static_cast<LinkedAppIcons*>(
|
|
|