| Index: chrome/browser/chrome_browser_field_trials_desktop.cc
|
| diff --git a/chrome/browser/chrome_browser_field_trials_desktop.cc b/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| index fd9de972ab04824b7e6d4ae990754a2657b731db..1901825d0d8eba14feef045856b9da736cbaf9ce 100644
|
| --- a/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| +++ b/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| @@ -20,6 +20,7 @@
|
| #include "components/browser_watcher/features.h"
|
| #include "components/variations/variations_associated_data.h"
|
| #include "content/public/common/content_switches.h"
|
| +#include "media/media_features.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "components/browser_watcher/stability_debugging_win.h"
|
| @@ -30,7 +31,7 @@ namespace chrome {
|
| namespace {
|
|
|
| void SetupStunProbeTrial() {
|
| -#if defined(ENABLE_WEBRTC)
|
| +#if BUILDFLAG(ENABLE_WEBRTC)
|
| std::map<std::string, std::string> params;
|
| if (!variations::GetVariationParams("StunProbeTrial2", ¶ms))
|
| return;
|
|
|