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 e20d4e5c5d6148387ea4326325c79bdc0c9d3714..1ca4331817741e62ca59ad063b2aed1fca936974 100644 |
--- a/chrome/browser/ui/prefs/prefs_tab_helper.cc |
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc |
@@ -45,6 +45,7 @@ |
#include "content/public/common/renderer_preferences.h" |
#include "content/public/common/web_preferences.h" |
#include "extensions/features/features.h" |
+#include "media/media_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" |
@@ -347,7 +348,7 @@ class PrefWatcher : public KeyedService { |
pref_change_registrar_.Add(prefs::kEnableDoNotTrack, renderer_callback); |
pref_change_registrar_.Add(prefs::kEnableReferrers, renderer_callback); |
-#if defined(ENABLE_WEBRTC) |
+#if BUILDFLAG(ENABLE_WEBRTC) |
pref_change_registrar_.Add(prefs::kWebRTCMultipleRoutesEnabled, |
renderer_callback); |
pref_change_registrar_.Add(prefs::kWebRTCNonProxiedUdpEnabled, |