| Index: chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/icons_handler.cc b/chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| index 3105937e631173966c617cebf1c722dff7580b1b..a3742492f0af87246668ef160de0f413c11d97c4 100644
|
| --- a/chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| @@ -20,10 +20,10 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/size.h"
|
|
|
| -namespace keys = extension_manifest_keys;
|
| -
|
| namespace extensions {
|
|
|
| +namespace keys = manifest_keys;
|
| +
|
| static base::LazyInstance<ExtensionIconSet> g_empty_icon_set =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
|
|