Index: chrome/browser/chrome_content_browser_client_unittest.cc |
diff --git a/chrome/browser/chrome_content_browser_client_unittest.cc b/chrome/browser/chrome_content_browser_client_unittest.cc |
index 48cbfb37dc47ba66abe8479e0ecf10058ed510a6..ea71520dd01cd5eb5b3e63bfe25138feb9fbec53 100644 |
--- a/chrome/browser/chrome_content_browser_client_unittest.cc |
+++ b/chrome/browser/chrome_content_browser_client_unittest.cc |
@@ -35,6 +35,7 @@ |
#include "content/public/browser/web_contents.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
+#include "media/media_features.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "url/gurl.h" |
@@ -114,7 +115,7 @@ TEST_F(ChromeContentBrowserClientWindowTest, OpenURL) { |
#endif // !defined(OS_ANDROID) |
-#if defined(ENABLE_WEBRTC) |
+#if BUILDFLAG(ENABLE_WEBRTC) |
// NOTE: Any updates to the expectations in these tests should also be done in |
// the browser test WebRtcDisableEncryptionFlagBrowserTest. |