Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0659de475be66d4a7ebd5dc8523195457ddb7029..3ba2b44b137762037f2285de261036a23f2bac4f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -9,6 +9,7 @@ |
#include "chrome/common/features.h" |
#include "chrome/common/pref_font_webkit_names.h" |
#include "extensions/features/features.h" |
+#include "media/media_features.h" |
#include "ppapi/features/features.h" |
namespace prefs { |
@@ -1288,7 +1289,7 @@ const char kToolbarMigratedComponentActionStatus[] = |
"toolbar_migrated_component_action_status"; |
#endif |
-#if defined(ENABLE_WEBRTC) |
+#if BUILDFLAG(ENABLE_WEBRTC) |
// Whether WebRTC should bind to individual NICs to explore all possible routing |
// options. Default is true. This has become obsoleted and replaced by |
// kWebRTCIPHandlingPolicy. TODO(guoweis): Remove this at M50. |