Index: services/native_support/process_impl.h |
diff --git a/services/native_support/process_impl.h b/services/native_support/process_impl.h |
index 8632b2e5ef84c517a1ba8d2878e2acce23a05905..b734da20cfac8dec34424c53357656fb0be4e8f6 100644 |
--- a/services/native_support/process_impl.h |
+++ b/services/native_support/process_impl.h |
@@ -16,7 +16,7 @@ |
#include "mojo/services/native_support/interfaces/process.mojom.h" |
namespace mojo { |
-class ApplicationConnection; |
+struct ConnectionContext; |
} |
namespace native_support { |
@@ -26,7 +26,7 @@ class ProcessIORedirection; |
class ProcessImpl : public Process { |
public: |
ProcessImpl(scoped_refptr<base::TaskRunner> worker_runner, |
- mojo::ApplicationConnection* connection, |
+ const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<Process> request); |
~ProcessImpl() override; |