| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 834e0e99fac9137b2d5881dd3e3e48c899595b93..1ff89944b708eca70b83d859b02b6ba4bb1d5429 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -28,7 +28,6 @@
|
| #include "cc/base/switches.h"
|
| #include "chrome/browser/experiments/memory_ablation_experiment.h"
|
| #include "chrome/browser/flag_descriptions.h"
|
| -#include "chrome/browser/ntp_snippets/ntp_snippets_features.h"
|
| #include "chrome/browser/predictors/resource_prefetch_common.h"
|
| #include "chrome/browser/prerender/prerender_field_trial.h"
|
| #include "chrome/common/channel_info.h"
|
| @@ -2220,9 +2219,9 @@ const FeatureEntry kFeatureEntries[] = {
|
| flag_descriptions::kEnableNtpSuggestionsNotificationsDescription,
|
| kOsAndroid,
|
| FEATURE_WITH_PARAMS_VALUE_TYPE(
|
| - params::ntp_snippets::kNotificationsFeature,
|
| + ntp_snippets::kNotificationsFeature,
|
| kContentSuggestionsNotificationsFeatureVariations,
|
| - params::ntp_snippets::kNotificationsFeature.name)},
|
| + ntp_snippets::kNotificationsFeature.name)},
|
| {"ntp-condensed-layout", flag_descriptions::kNtpCondensedLayoutName,
|
| flag_descriptions::kNtpCondensedLayoutDescription, kOsAndroid,
|
| FEATURE_VALUE_TYPE(chrome::android::kNTPCondensedLayoutFeature)},
|
|
|