| Index: chrome/common/extensions/manifest_handler_helpers.h
|
| diff --git a/chrome/common/extensions/manifest_handler_helpers.h b/chrome/common/extensions/manifest_handler_helpers.h
|
| index 29ad904dac47e5592121768b5dfb4e66c2a6a953..6226b9d41ecb1f1bfdfdceede5e742120f2428de 100644
|
| --- a/chrome/common/extensions/manifest_handler_helpers.h
|
| +++ b/chrome/common/extensions/manifest_handler_helpers.h
|
| @@ -31,7 +31,7 @@ bool LoadIconsFromDictionary(const base::DictionaryValue* icons_value,
|
| const int* icon_sizes,
|
| size_t num_icon_sizes,
|
| ExtensionIconSet* icons,
|
| - string16* error);
|
| + base::string16* error);
|
|
|
| } // namespace manifest_handler_helpers
|
| } // namespace extensions
|
|
|