| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 18dac77d98ce89aae3b9baa213bf0835beb1fec4..7d1db32b28434099b2dc6227dc80aedaf031c310 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -15,7 +15,6 @@
|
| #include "base/timer/timer.h"
|
| #include "content/browser/child_process_launcher.h"
|
| #include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
| -#include "content/browser/mojo/mojo_application_host.h"
|
| #include "content/browser/power_monitor_message_broadcaster.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/mojo/service_registry_impl.h"
|
| @@ -46,6 +45,7 @@ class AudioRendererHost;
|
| class BrowserDemuxerAndroid;
|
| class GpuMessageFilter;
|
| class MessagePortMessageFilter;
|
| +class MojoApplicationHost;
|
| #if defined(ENABLE_WEBRTC)
|
| class P2PSocketDispatcherHost;
|
| #endif
|
|
|