Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index f41787091e21a0f923931dbf464e9cfe9ed6c7f5..7659e7f562169b24a6ae2fb9d7911ba6b6926ba5 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -39,6 +39,7 @@ |
#include "content/shell/browser/shell_javascript_dialog_manager.h" |
#include "content/shell/common/shell_messages.h" |
#include "content/shell/common/shell_switches.h" |
+#include "media/media_features.h" |
namespace content { |
@@ -125,7 +126,7 @@ Shell* Shell::CreateShell(WebContents* web_contents, |
web_contents->GetRenderViewHost()->SyncRendererPrefs(); |
} |
-#if defined(ENABLE_WEBRTC) |
+#if BUILDFLAG(ENABLE_WEBRTC) |
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
if (command_line->HasSwitch(switches::kForceWebRtcIPHandlingPolicy)) { |
web_contents->GetMutableRendererPrefs()->webrtc_ip_handling_policy = |