| Index: content/renderer/media/media_stream_audio_processor.cc
|
| diff --git a/content/renderer/media/media_stream_audio_processor.cc b/content/renderer/media/media_stream_audio_processor.cc
|
| index 360b40d1fc593c800cc3706780020c4489b4f6d8..4767f9ae19eb85d58c671d1fac21d36b686d2170 100644
|
| --- a/content/renderer/media/media_stream_audio_processor.cc
|
| +++ b/content/renderer/media/media_stream_audio_processor.cc
|
| @@ -29,8 +29,10 @@
|
| #include "media/base/audio_fifo.h"
|
| #include "media/base/audio_parameters.h"
|
| #include "media/base/channel_layout.h"
|
| +#undef FOURCC // Leaky macro from both libyuv and webrtc
|
| #include "third_party/webrtc/api/mediaconstraintsinterface.h"
|
| #include "third_party/webrtc/modules/audio_processing/typing_detection.h"
|
| +#undef FOURCC // Leaky macro from both libyuv and webrtc
|
|
|
| namespace content {
|
|
|
|
|