| Index: chrome/browser/extensions/policy_handlers.cc
|
| diff --git a/chrome/browser/extensions/policy_handlers.cc b/chrome/browser/extensions/policy_handlers.cc
|
| index 040a96a8df1515371ec3bc6f18ae265d027a0a86..3508faeb51b6bafba457f2010f43cd66370453e5 100644
|
| --- a/chrome/browser/extensions/policy_handlers.cc
|
| +++ b/chrome/browser/extensions/policy_handlers.cc
|
| @@ -86,7 +86,7 @@ bool ExtensionListPolicyHandler::CheckAndGetList(
|
| IDS_POLICY_VALUE_FORMAT_ERROR);
|
| continue;
|
| }
|
| - filtered_list->Append(base::Value::CreateStringValue(id));
|
| + filtered_list->Append(new base::StringValue(id));
|
| }
|
|
|
| if (extension_ids)
|
|
|