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 a4d177c6dd77325c1049a97ec01e0772b54dd4d2..749cc49dbdfd94c801a7e08a11f025a6d146c9b7 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -30,7 +30,6 @@ |
#include "ipc/ipc_channel_proxy.h" |
#include "ipc/ipc_platform_file.h" |
#include "mojo/public/cpp/bindings/interface_ptr.h" |
-#include "services/shell/public/interfaces/shell_client.mojom.h" |
#include "ui/gfx/gpu_memory_buffer.h" |
#include "ui/gl/gpu_switching_observer.h" |
@@ -54,6 +53,7 @@ |
class BrowserDemuxerAndroid; |
class InProcessChildThreadParams; |
class MessagePortMessageFilter; |
+class MojoApplicationHost; |
class MojoChildConnection; |
class NotificationMessageFilter; |
#if defined(ENABLE_WEBRTC) |
@@ -372,7 +372,7 @@ |
std::string child_token_; |
std::unique_ptr<MojoChildConnection> mojo_child_connection_; |
- shell::mojom::ShellClientPtr test_shell_client_; |
+ std::unique_ptr<MojoApplicationHost> mojo_application_host_; |
// The registered IPC listener objects. When this list is empty, we should |
// delete ourselves. |