Index: chrome/browser/profiles/profile_window.cc |
diff --git a/chrome/browser/profiles/profile_window.cc b/chrome/browser/profiles/profile_window.cc |
index 99332cb3b3f671497cd82a97fba45839afa2b0c8..b9edb8a4e7707d74a81e82b5395f411140661bce 100644 |
--- a/chrome/browser/profiles/profile_window.cc |
+++ b/chrome/browser/profiles/profile_window.cc |
@@ -467,12 +467,12 @@ void EnableNewProfileManagementPreview(Profile* profile) { |
#else |
// TODO(rogerta): instead of setting experiment flags and command line |
// args, we should set a profile preference. |
- const about_flags::FeatureEntry entry = { |
+ const flags_ui::FeatureEntry entry = { |
kNewProfileManagementExperimentInternalName, |
0, // string id for title of experiment |
0, // string id for description of experiment |
0, // supported platforms |
- about_flags::FeatureEntry::ENABLE_DISABLE_VALUE, |
+ flags_ui::FeatureEntry::ENABLE_DISABLE_VALUE, |
switches::kEnableNewProfileManagement, |
"", // not used with ENABLE_DISABLE_VALUE type |
switches::kDisableNewProfileManagement, |