| 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 74342187df0bbf282c578f12350c2fbb2e015db7..779d59d9f3a592683450ee37ecf6a10d9f0c3c46 100644
|
| --- a/chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| @@ -73,7 +73,7 @@ IconsHandler::IconsHandler() {
|
| IconsHandler::~IconsHandler() {
|
| }
|
|
|
| -bool IconsHandler::Parse(Extension* extension, string16* error) {
|
| +bool IconsHandler::Parse(Extension* extension, base::string16* error) {
|
| scoped_ptr<IconsInfo> icons_info(new IconsInfo);
|
| const base::DictionaryValue* icons_dict = NULL;
|
| if (!extension->manifest()->GetDictionary(keys::kIcons, &icons_dict)) {
|
|
|