| Index: chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.cc b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| index 4a529ec382c866b6216612e43ce0e4b08772ccee..e20d4e5c5d6148387ea4326325c79bdc0c9d3714 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| @@ -44,6 +44,7 @@
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/renderer_preferences.h"
|
| #include "content/public/common/web_preferences.h"
|
| +#include "extensions/features/features.h"
|
| #include "third_party/icu/source/common/unicode/uchar.h"
|
| #include "third_party/icu/source/common/unicode/uscript.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -66,7 +67,7 @@ namespace {
|
|
|
| // The list of prefs we want to observe.
|
| const char* const kPrefsToObserve[] = {
|
| -#if defined(ENABLE_EXTENSIONS)
|
| +#if BUILDFLAG(ENABLE_EXTENSIONS)
|
| prefs::kAnimationPolicy,
|
| #endif
|
| prefs::kDataSaverEnabled,
|
|
|