| Index: extensions/common/manifest_handlers/icons_handler.cc
|
| diff --git a/extensions/common/manifest_handlers/icons_handler.cc b/extensions/common/manifest_handlers/icons_handler.cc
|
| index 90cdbddb16c21b7defeadc1286a07f3407f4f1c7..2825ae917b7dcf672fd4551ffa9d0b5ed79a9467 100644
|
| --- a/extensions/common/manifest_handlers/icons_handler.cc
|
| +++ b/extensions/common/manifest_handlers/icons_handler.cc
|
| @@ -23,7 +23,7 @@ namespace extensions {
|
|
|
| namespace keys = manifest_keys;
|
|
|
| -static base::LazyInstance<ExtensionIconSet> g_empty_icon_set =
|
| +static base::LazyInstance<ExtensionIconSet>::DestructorAtExit g_empty_icon_set =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
|
|