| Index: chrome/common/extensions/extension_file_util.cc
|
| diff --git a/chrome/common/extensions/extension_file_util.cc b/chrome/common/extensions/extension_file_util.cc
|
| index bbc3e882ee7355a6d3e896cebe225e35098ae596..7272879c6afb149662d82b07ad468ffe0904bd3d 100644
|
| --- a/chrome/common/extensions/extension_file_util.cc
|
| +++ b/chrome/common/extensions/extension_file_util.cc
|
| @@ -247,7 +247,7 @@ bool ValidateExtensionIconSet(const ExtensionIconSet& icon_set,
|
| extension->GetResource(iter->second).GetFilePath();
|
| if (!ValidateFilePath(path)) {
|
| *error = l10n_util::GetStringFUTF8(error_message_id,
|
| - UTF8ToUTF16(iter->second));
|
| + base::UTF8ToUTF16(iter->second));
|
| return false;
|
| }
|
| }
|
|
|