| Index: extensions/common/extension_l10n_util.cc
|
| diff --git a/extensions/common/extension_l10n_util.cc b/extensions/common/extension_l10n_util.cc
|
| index bf0194a4f6c409b115dfd7908337cb0c8b6567c9..4422ca344d260bc504df2fb0694e71943b11c6b0 100644
|
| --- a/extensions/common/extension_l10n_util.cc
|
| +++ b/extensions/common/extension_l10n_util.cc
|
| @@ -92,7 +92,7 @@ bool LocalizeManifestListValue(const std::string& key,
|
| std::string result;
|
| if (list->GetString(i, &result)) {
|
| if (messages.ReplaceMessages(&result, error))
|
| - list->Set(i, new base::StringValue(result));
|
| + list->Set(i, new base::Value(result));
|
| else
|
| ret = false;
|
| }
|
|
|