| 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 22f527629879ab2c602c5f9fc925de7e672962a1..faa9367c8632fadf592948c3bb59b9a5366b9b14 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 { | 
|  | 
|  |