| Index: content/browser/webrtc/webrtc_internals.h
|
| diff --git a/content/browser/webrtc/webrtc_internals.h b/content/browser/webrtc/webrtc_internals.h
|
| index 48a222fb736dd1ddee96033c25113888aa106ecf..135335c67245e486e38e67fa4afddae03005a2b2 100644
|
| --- a/content/browser/webrtc/webrtc_internals.h
|
| +++ b/content/browser/webrtc/webrtc_internals.h
|
| @@ -19,6 +19,7 @@
|
| #include "base/values.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/render_process_host_observer.h"
|
| +#include "media/media_features.h"
|
| #include "ui/shell_dialogs/select_file_dialog.h"
|
|
|
| namespace device {
|
| @@ -147,7 +148,7 @@ class CONTENT_EXPORT WebRTCInternals : public RenderProcessHostObserver,
|
| // Called when a renderer exits (including crashes).
|
| void OnRendererExit(int render_process_id);
|
|
|
| -#if defined(ENABLE_WEBRTC)
|
| +#if BUILDFLAG(ENABLE_WEBRTC)
|
| // Enables diagnostic audio recordings on all render process hosts using
|
| // |audio_debug_recordings_file_path_|.
|
| void EnableAudioDebugRecordingsOnAllRenderProcessHosts();
|
|
|