| Index: components/flags_ui/flags_state_unittest.cc
|
| diff --git a/components/flags_ui/flags_state_unittest.cc b/components/flags_ui/flags_state_unittest.cc
|
| index f8a908fde0a3f0440d67c1d341705372f8aa0963..8a036991d729231b141eb304f7e8c041a5ddb5ac 100644
|
| --- a/components/flags_ui/flags_state_unittest.cc
|
| +++ b/components/flags_ui/flags_state_unittest.cc
|
| @@ -73,7 +73,7 @@ const FeatureEntry::FeatureParam kTestVariationOther[] = {
|
| {kTestParam, kTestParamValue}};
|
|
|
| const FeatureEntry::FeatureVariation kTestVariations[] = {
|
| - {"dummy description", kTestVariationOther, 1}};
|
| + {"dummy description", kTestVariationOther, 1, nullptr}};
|
|
|
| // Those have to be valid ids for the translation system but the value are
|
| // never used, so pick one at random from the current component.
|
|
|