| Index: chrome/service/service_process.h
|
| diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
|
| index fde5ce1776d47732ba60772264f007d5d6e6478f..5b46d36ed367b352d5a67ef44ae93d314629843f 100644
|
| --- a/chrome/service/service_process.h
|
| +++ b/chrome/service/service_process.h
|
| @@ -24,6 +24,12 @@ class SequencedWorkerPool;
|
| class WaitableEvent;
|
| }
|
|
|
| +namespace mojo {
|
| +namespace edk {
|
| +class ScopedIPCSupport;
|
| +}
|
| +}
|
| +
|
| namespace net {
|
| class NetworkChangeNotifier;
|
| }
|
| @@ -115,6 +121,7 @@ class ServiceProcess : public ServiceIPCServer::Client,
|
| std::unique_ptr<ServiceProcessPrefs> service_prefs_;
|
| std::unique_ptr<ServiceIPCServer> ipc_server_;
|
| std::unique_ptr<ServiceProcessState> service_process_state_;
|
| + std::unique_ptr<mojo::edk::ScopedIPCSupport> mojo_ipc_support_;
|
|
|
| // An event that will be signalled when we shutdown.
|
| base::WaitableEvent shutdown_event_;
|
|
|