| 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 4ac57d2307917098875ecdf7dcbb38f98e46c905..8f3eb9e8658aa8ee5c2e3e72c156040ad858bae6 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"
|
|
|