| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 2bdf12b577a8df6e4d5d37d838f0b6f2401e723d..c24c915ab8ea4cd1c082ffec7e63c0f4f648ec63 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chrome/common/chrome_features.h"
|
|
|
| +#include "extensions/features/features.h"
|
| +
|
| namespace features {
|
|
|
| // All features in alphabetical order.
|
| @@ -107,7 +109,7 @@ const base::Feature kLinuxObsoleteSystemIsEndOfTheLine{
|
| const base::Feature kMaterialDesignBookmarks{"MaterialDesignBookmarks",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -#if defined(ENABLE_EXTENSIONS)
|
| +#if BUILDFLAG(ENABLE_EXTENSIONS)
|
| // Enabled or disabled the Material Design version of chrome://extensions.
|
| const base::Feature kMaterialDesignExtensions{
|
| "MaterialDesignExtensions", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|