| Index: components/nacl/broker/nacl_broker_listener.h
|
| diff --git a/components/nacl/broker/nacl_broker_listener.h b/components/nacl/broker/nacl_broker_listener.h
|
| index 29829bb0fe066502cd4ed5adab6c707dfd686e90..12b550e8c7671ff19beeb87d662af3829f7fbbfe 100644
|
| --- a/components/nacl/broker/nacl_broker_listener.h
|
| +++ b/components/nacl/broker/nacl_broker_listener.h
|
| @@ -15,6 +15,7 @@
|
| #include "ipc/ipc_listener.h"
|
|
|
| namespace IPC {
|
| +class AttachmentBrokerUnprivileged;
|
| class Channel;
|
| }
|
|
|
| @@ -44,6 +45,7 @@
|
| void OnStopBroker();
|
|
|
| base::Process browser_process_;
|
| + scoped_ptr<IPC::AttachmentBrokerUnprivileged> attachment_broker_;
|
| scoped_ptr<IPC::Channel> channel_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NaClBrokerListener);
|
|
|