| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index cf1b18334de4558d50989364f483195ad72cae0d..75e04bcbd128537e61ef3164f8337346c1750fcf 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -61,6 +61,7 @@
|
| #include "content/browser/loader/resource_message_filter.h"
|
| #include "content/browser/loader/resource_scheduler_filter.h"
|
| #include "content/browser/media/android/browser_demuxer_android.h"
|
| +#include "content/browser/media/capture/audio_mirroring_manager.h"
|
| #include "content/browser/media/media_internals.h"
|
| #include "content/browser/message_port_message_filter.h"
|
| #include "content/browser/mime_registry_message_filter.h"
|
| @@ -73,7 +74,6 @@
|
| #include "content/browser/renderer_host/gamepad_browser_message_filter.h"
|
| #include "content/browser/renderer_host/gpu_message_filter.h"
|
| #include "content/browser/renderer_host/media/audio_input_renderer_host.h"
|
| -#include "content/browser/renderer_host/media/audio_mirroring_manager.h"
|
| #include "content/browser/renderer_host/media/audio_renderer_host.h"
|
| #include "content/browser/renderer_host/media/device_request_message_filter.h"
|
| #include "content/browser/renderer_host/media/media_stream_dispatcher_host.h"
|
|
|