| Index: chrome/common/extensions/features/feature.cc
|
| diff --git a/chrome/common/extensions/features/feature.cc b/chrome/common/extensions/features/feature.cc
|
| index 7aed0a8f7b8de621b0d70165f3de9ab0b637c47d..1d65e572c2c93d312f036a6e2d265ae8f282fe59 100644
|
| --- a/chrome/common/extensions/features/feature.cc
|
| +++ b/chrome/common/extensions/features/feature.cc
|
| @@ -92,7 +92,7 @@ static base::LazyInstance<Channel> g_channel = LAZY_INSTANCE_INITIALIZER;
|
| void ParseSet(const DictionaryValue* value,
|
| const std::string& property,
|
| std::set<std::string>* set) {
|
| - ListValue* list_value = NULL;
|
| + const ListValue* list_value = NULL;
|
| if (!value->GetList(property, &list_value))
|
| return;
|
|
|
|
|