| Index: chrome/service/service_utility_process_host.h
|
| diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h
|
| index d0dea943390b3ed589ba630b6f10b157eb11a85b..7fc9ab8814b0d729ed6b3e4d83c34bb6c43c3350 100644
|
| --- a/chrome/service/service_utility_process_host.h
|
| +++ b/chrome/service/service_utility_process_host.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/public/common/child_process_host_delegate.h"
|
| #include "ipc/ipc_platform_file.h"
|
| +#include "mojo/edk/embedder/pending_process_connection.h"
|
|
|
| namespace base {
|
| class CommandLine;
|
| @@ -147,7 +148,7 @@ class ServiceUtilityProcessHost : public content::ChildProcessHostDelegate {
|
| scoped_refptr<Client> client_;
|
| scoped_refptr<base::SingleThreadTaskRunner> client_task_runner_;
|
| bool waiting_for_reply_;
|
| - const std::string mojo_child_token_;
|
| + mojo::edk::PendingProcessConnection process_connection_;
|
|
|
| // Start time of operation.
|
| base::Time start_time_;
|
|
|