Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 25a5da5d8521014324c99ae373257a0deddbd7cd..0a423b8073aac3df7baf89bb5f4404bdd16a06d5 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2340,7 +2340,7 @@ const FeatureEntry kFeatureEntries[] = { |
FEATURE_VALUE_TYPE(chrome::android::kImportantSitesInCBD)}, |
{"tabs-in-cbd", flag_descriptions::kTabsInCbdName, |
flag_descriptions::kTabsInCbdDescription, kOsAndroid, |
- FEATURE_VALUE_TYPE(chrome::android::kTabsInCBD)}, |
+ FEATURE_VALUE_TYPE(features::kTabsInCbd)}, |
#endif // OS_ANDROID |
{"enable-pointer-events", flag_descriptions::kExperimentalPointerEventName, |
flag_descriptions::kExperimentalPointerEventDescription, kOsAll, |