| Index: chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| index 45f9d612cf58b695d7670ad7770e59fc08e6f9ac..c40c65a6bb4a4cc908b02d28bb7f9af3c658bab7 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| @@ -66,7 +66,7 @@ void ManageProfileHandler::InitializeDefaultProfileIcons() {
|
| ListValue image_url_list;
|
| for (size_t i = 0; i < ProfileInfoCache::GetDefaultAvatarIconCount(); i++) {
|
| std::string url = ProfileInfoCache::GetDefaultAvatarIconUrl(i);
|
| - image_url_list.Append(Value::CreateStringValue(url));
|
| + image_url_list.Append(base::StringValue::New(url));
|
| }
|
|
|
| web_ui_->CallJavascriptFunction(
|
|
|